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

How To Solve This
2018-03-08.png
Untitled.jpg
new.jpg
Reply
#2

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.
Reply
#3

PHP код:
new Text:My Textdraw
to
PHP код:
new Text:MyTextdraw
Reply
#4

you've got a space in the textdraw name rename it so it doesn't have any spaces or replace it with _
Reply
#5

PHP код:
new Text:mytd;

public 
OnGameModeInit()
{
    
mytd TextDrawCreate(....);
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)