GetPlayerId - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GetPlayerId (
/showthread.php?tid=137702)
GetPlayerId -
DarkPower - 29.03.2010
C:\Users\NASTIE\Desktop\EFSadmin.pwn(301) : error 017: undefined symbol "GetPlayerId"
line 306:
Код:
new id = (isNumeric(params)) ? strval(params) : GetPlayerId(params);
Re: array sizes do not match -
DarkPower - 29.03.2010
srry i must bump.. when someone help me..You can feel free to delete this post
Re: array sizes do not match -
DeathOnaStick - 29.03.2010
Two things you could do:
1. You can switch over to sscanf.
2. You can make the array size bigger, at the place where declaring "tmp".
Cheers.
#Edit#: ehhh... lol? you changed the topic?!
Re: array sizes do not match -
DarkPower - 29.03.2010
Quote:
Originally Posted by DeathOnaStick
Two things you could do:
1. You can switch over to sscanf.
2. You can make the array size bigger, at the place where declaring "tmp".
Cheers.
|
i fix array i just need GetPlayerId(params);