SA-MP Forums Archive
stuck here - 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: stuck here (/showthread.php?tid=190576)



stuck here - KappaCro - 15.11.2010

hey guys,
i stuck in pawn when i was going to do something.

see:
pawn Код:
format(string, sizeof(string),"***(ADMIN SET TEMP ADMIN)*** Admin has set player %s as Temp Admin !",pName(player1);
                SendClientMessageToAll(red, string);
Plz help !


Re: stuck here - KappaCro - 15.11.2010

it show me this:
Код:
C:\Documents and Settings\User\Desktop\server2\filterscripts\LuxAdmin.pwn(2595) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: stuck here - The_Moddler - 15.11.2010

Soo.. whats the problem?

pawn Код:
format(string, sizeof(string),"***(ADMIN SET TEMP ADMIN)*** Admin has set player %s as Temp Admin !",pName(player1));
SendClientMessageToAll(red, string);



Re: stuck here - KappaCro - 15.11.2010

Quote:
Originally Posted by The_Moddler
Посмотреть сообщение
Soo.. whats the problem?

pawn Код:
format(string, sizeof(string),"***(ADMIN SET TEMP ADMIN)*** Admin has set player %s as Temp Admin !",pName(player1));
SendClientMessageToAll(red, string);
Omg, what little FAIL.
Tnx man