09.12.2014, 19:50
Am getting this error when am compiling my script, how can i fix it?
Errors:
Code:
(Error 1)
(Error 2)
(Error 3)
(Error 4)
Well, how can i fix this?
Errors:
Код:
: error 017: undefined symbol "PlayerName" : error 017: undefined symbol "PlayerName" : error 017: undefined symbol "PlayerName" : error 017: undefined symbol "PlayerName" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
(Error 1)
Код:
format(string, sizeof(string), "City Alert: Bank Robber %s was eliminated, the bank robbery has failed!", PlayerName(playerid));
Код:
format(string, sizeof(string), "City Alert: Bank Robber %s was eliminated, the bank robbery has failed!", PlayerName(playerid));
Код:
format(string, 256, "City Alert: %s successfully stole $%d from the Los Santos Bank!", PlayerName(playerid), cash);
Код:
format(string, sizeof(string), "* %s finishes packing money into their briefcase.", PlayerName(BankJobPlayer));