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

The first error, must be an error from the line above that one, and the second one, you must format the string in order to use it on SendClientMessage if you want to call a value from the outside...

Example:

pawn Код:
new string[70]; // That's the max of your string, if you change the text make sure u raise/decrease this value
format(string, 70, "You have successfully force out %s in tutorial", GetPlayerNameEx(giveplayerid));
SendClientMessage(playerid, COLOR_WHITE, 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)