What is wrong with that line?
#1

PHP код:
SendClientMessageToAll(COLOR_LIGHTBLUE"Admin %s: %s"(GetPName(playerid), params); 
This line will give me this:
Код:
C:\Users\Tuumajaam\Desktop\Rдndom shit (vb porn)\samp\korralik server mille ьritan lхpuni teha\filterscripts\ace2.pwn(347) : error 001: expected token: "-string end-", but found "-identifier-"
Reply
#2

pawn Код:
new string[100];
format(string, 100, "Admin %s: %s", GetPName(playerid), params);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
Reply
#3

Thanks for so fast answer. And ofcourse for the code too. ;>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)