08.03.2018, 10:12
error 001: expected token: ";", but found "-identifier-"
08.03.2018, 10:15
Post your code here and tell us which line is the error.
No code given = no effort made to help you.
Nobody is going trough that image.
No code given = no effort made to help you.
Nobody is going trough that image.
08.03.2018, 10:20
PHP код:
new Text:My Textdraw;
PHP код:
new Text:MyTextdraw;
08.03.2018, 16:35
you've got a space in the textdraw name rename it so it doesn't have any spaces or replace it with _
08.03.2018, 16:52
PHP код:
new Text:mytd;
public OnGameModeInit()
{
mytd = TextDrawCreate(....);
return 1;
}
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)