TextDraw
#1

Hello,
i trying to make a textdraw but it dosent working,

http://pastebin.com/DFdsNTsS

What worng with this script ?

Thanks for the helpers!

Sorry for my bad english.
Reply
#2

Actually, I couldn't find any errors in your script.

Show us your errors if you got ones. If not, what's happening while you use /loading ?

KillerDVX,
Reply
#3

Quote:
Originally Posted by KillerDVX
Посмотреть сообщение
Actually, I couldn't find any errors in your script.

Show us your errors if you got ones. If not, what's happening while you use /loading ?

KillerDVX,
No errors....

if i write /loading its dont do anything..
Reply
#4

try replace
Код:
if (strcmp("/loading", cmdtext, true, 10) == 0)
with this
Код:
if(!strcmp(cmdtext, "/loading"))
Reply
#5

Quote:
Originally Posted by lanix
Посмотреть сообщение
try replace
Код:
if (strcmp("/loading", cmdtext, true, 10) == 0)
with this
Код:
if(!strcmp(cmdtext, "/loading"))
not working,

If i writing in the public SendClientMessage(playerid,-1,"Check");
the server only writing Check and not opening the textdraw.
Reply
#6

Why "OnGameModeInit" Doesn't return any value ?

Add : return 1;

^^
Reply
#7

Quote:
Originally Posted by KillerDVX
Посмотреть сообщение
Why "OnGameModeInit" Doesn't return any value ?

Add : return 1;

^^
Not working.
Reply
#8

Hmm...How many textdraws are created in the gamemode (per player)?
Reply
#9

Quote:
Originally Posted by KillerDVX
Посмотреть сообщение
Hmm...How many textdraws are created in the gamemode (per player)?
No one, only in this filterscript
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)