Need som help with gl_actions
#1

Does anyone know how to fix that anoying bug in the gl_action script when you tipe /animlist
it shows the anim list but after that that anoying SERVER: Unknown Command
Regards.
Reply
#2

You must put a
pawn Код:
return 1;
at the end of the command
Reply
#3

daaamn i shoud know it lol
Reply
#4

You got OnPlayerCommandText, change it:
pawn Код:
if(!strcmp(cmdtext, "/animlist"))
{
   // your command
   return 1; //<< PUT THIS IN HERE
}
return 0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)