Detaljan opis problema: Izbacuje mi erore . Dole ce biti erori
Dio skripte: Dole ce biti
Neke slike/video za lakse dobivanje pomoci(neobavezno): //
ERORI
Quote
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : warning 215: expression has no effect
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : error 028: invalid subscript (not an array or too many subscripts): "params"
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : warning 215: expression has no effect
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : error 028: invalid subscript (not an array or too many subscripts): "params"
C:\Documents and Settings\Bogdan\My Documents\Downloads\Samsung Gaming RolePlay\gamemodes\samsung.pwn(44360) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Deo Scripte
//======================================= jetpack ==================================
new params;
new cmd_jetpack;
CMD:jetpack(playerid, params[]);
{
if(PlayerInfo >= 1340)
{
SendClientMessage(playerid,COLOR_RED,"Sad poleti BETMENE")
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
}
else
{
SendClientMessage(playerid,COLOR_RED,"JetPack koriste samo ADMINI !");
}
return 1;
}