C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(78) : error 017: undefined symbol "GetPlayerPath"
C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(325) : error 029: invalid expression, assumed zero C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(325) : warning 215: expression has no effect C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(325) : error 001: expected token: ";", but found ")" C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(325) : error 029: invalid expression, assumed zero C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(325) : fatal error 107: too many error messages on one line
SetPlayerWantedLevel(playerid, + 1);
Originally Posted by laser50
Код:
SetPlayerWantedLevel(playerid, + 1); |
SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid) + 1);
Originally Posted by laser50
Код:
C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(78) : error 017: undefined symbol "GetPlayerPath" |
#define GetPlayerPath
Originally Posted by AK47317
maybe this help
Код:
#define GetPlayerPath |