13.03.2014, 14:31
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:
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);