14.01.2013, 11:35
pawn Код:
error 029: invalid expression, assumed zero
warning 215: expression has no effect
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
fatal error 107: too many error messages on one line
pawn Код:
stock AC_BS_SetPlayerJetpack(playerid)
{
SetPVarFloat(playerid, "JetpackProtection",1);
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
SetPVarFloat(playerid, "SafeJet",1); //The line which contains all of those errors , in the .inc file
}
EDIT: Nevermind .-. fixed it. Thanks!