Commands dont work :( Script here
#1

Hey only the text commands work :/ not the teleports i use these filterscripts : npc_record ladmin4v2 MidoStream SpeedBoost
and my GM is here:http://pastebin.com/m239b1c1b
thanks
Reply
#2

by the way I used a program to make those teleports, dont remember which one. please help me
Reply
#3

You're using
pawn Код:
if(strcmp(cmdtext,"lv",true)==0) // this is just example
Try this
pawn Код:
if(!strcmp(cmdtext,"/lv",true)==0)
Reply
#4

pawn Код:
if(strcmp(cmdtext,"/lv",true)==0)
OnPlayerCommandText doesn't get called if the first character you type in the chat box isn't a slash
Reply
#5

guys thanks for ur replys but i solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)