From all commands i die!
#1

I got few commands!
When i use.. example... /me ..
It should show: /me [action]
But it just kill me...
Whys that?
When i use other cmd.. i die too...
Reply
#2

Do you have
pawn Код:
SetPlayerHealth(playerid, **);
on every command..?
Reply
#3

lol give us your script
and thats on every command?
Reply
#4

lol.. no it isnt... thers one command :

pawn Код:
if(strcmp(cmd, "/kill", true) == 0)
  {
  SetPlayerHealth(playerid, 0.0);
  return true;
  }
Reply
#5

any idea?
Reply
#6

I guess remove the kill command, try.
Reply
#7

Are we supposed to guess? send us your OnPlayerCommandText public...
And the only reason that will happen is because you have SetPlayerHealth(playerid,0); on top of your OnPlayerCommandText, or a calling to a function that does that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)