#1

Код:
C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(78) : error 017: undefined symbol "GetPlayerPath"
how to define that??

Also:


Код:
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
On this code:
Код:
SetPlayerWantedLevel(playerid, + 1);
Reply
#2

Quote:
Originally Posted by laser50
Код:
SetPlayerWantedLevel(playerid, + 1);
pawn Код:
SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid) + 1);
Reply
#3

Quote:
Originally Posted by laser50
Код:
C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\NEW-RP.pwn(78) : error 017: undefined symbol "GetPlayerPath"
only 1 left
Reply
#4

maybe this help

Код:
#define GetPlayerPath
Reply
#5

Quote:
Originally Posted by AK47317
maybe this help

Код:
#define GetPlayerPath
shush

@laser50
You've probably used a function you don't have in your script, search for it or delete it.
Reply
#6

well, i need that... actually.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)