error 001: expected token: ";", but found "-identifier-"
#2

Function SendClientMessage have only 3 parametres but your function have 4 parametres. Use function format above function SendClientMessage.
pawn Код:
//For First Declare New Variable
new String[/*Variable Size*/];
//Now Formatting
format(String,sizeof(String),"Formatted Message",/*Other Variables Or Functions*/);
//Now Send Formatted Message To Player
SendClientMessage(PlayerID,Color,String);
Reply


Messages In This Thread
error 001: expected token: ";", but found "-identifier-" - by ChristianIvann09 - 13.03.2014, 14:17
Re: error 001: expected token: ";", but found "-identifier-" - by Ardenshy - 13.03.2014, 14:30
Re: error 001: expected token: ";", but found "-identifier-" - by Ruben_Alonso - 13.03.2014, 14:31
Re: error 001: expected token: ";", but found "-identifier-" - by AnonScripter - 13.03.2014, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)