Tag mismatch?
#1

Код:
welcomeText = TextDrawCreate(240.0,580.0,"Welcome to my SA-MP server");
Gives me tag mismatch error
Reply
#2

Add this
pawn Код:
new Text:welcomeText;
and make sure you place the code you provided under OnGameModeInit and don't forget to add
pawn Код:
return 1;
if you didn't add it.
Reply
#3

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Add this
pawn Код:
new Text:welcomeText;
and make sure you place the code you provided under OnGameModeInit and don't forget to add
pawn Код:
return 1;
if you didn't add it.
Didn't work
Reply
#4

Please provide us with more information about your problem. How it didn't work ? Did it give more errors ?
Reply
#5

Nevermind I have no idea what was wrong but when i changed the name of it it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)