23.12.2013, 20:34
I'm trying this:
Код:
if(GetPlayerWantedLevel(playerid) >= 1) { TextDrawSetString(Wanted, "1 star~n~use /fine for ~g~1000"); //Error syntax error in the expression, or invalid function call Wanted = TextDrawCreate(497.000000, 129.000000, " "); //Error syntax error in the expression, or invalid function call TextDrawFont(Wanted, 1); //Error syntax error in the expression, or invalid function call TextDrawLetterSize(Wanted, 0.310000, 1.499999); //Error syntax error in the expression, or invalid function call }