undefined symbol "playerid" - 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: undefined symbol "playerid" (
/showthread.php?tid=96294)
undefined symbol "playerid" -
asdfgh98 - 07.09.2009
Hallo all,
![Shocked](images/smilies/surprised.gif)
I have this error... undefined symbol "playerid"
![smiley](images/smilies/idea.gif)
At this line:
public ts()
{
SendClientMessageToAll(playerid,COLOR_GREEN,"_-Unser Gaming Clan-_");
SendClientMessageToAll(playerid,COLOR_LIGHTBLUE,"H allo zocker,");
SendClientMessageToAll(playerid,COLOR_LIGHTBLUE,"W ir sind nun einem Gaming-Clan beigetreten!");
SendClientMessageToAll(playerid,COLOR_LIGHTBLUE,"W enn ihr lust habt auch beizutreten dann besucht mal unsere Homepage");
SendClientMessageToAll(playerid,COLOR_LIGHTBLUE,"
www.Multi-Electronic-Gamer.tk !");
SendClientMessageToAll(playerid,COLOR_GREEN,"Wir freuen uns ьber jeden Besucher");
return 1;
}
Can one Help me please?
Re: undefined symbol "playerid" -
honzk - 07.09.2009
Код:
forward ts(playerid);
Код:
public ts(playerid)
{
...
}