WTF explode urself with /kill = batch close?
#3

Quote:
Originally Posted by <Krys>
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/kill", true) == 0)
    {
      new Float:X, Float:Y, Float:Z;
      GetPlayerPos(playerid, X,Y,Z);
      CreateExplosion(X+random(5), Y+random(5), Z+random(5), 6, 1000);
        return 1;
    }
    return 0;

that code rapes my pawn and crashes it, again- wtf
This code isnt test so i dont know if it works.
Reply


Messages In This Thread
WTF explode urself with /kill = batch close? - by braduz - 23.01.2010, 17:25
Re: WTF explode urself with /kill = batch close? - by FireFox_ - 23.01.2010, 17:36
Re: WTF explode urself with /kill = batch close? - by braduz - 23.01.2010, 17:38
Re: WTF explode urself with /kill = batch close? - by Luca Dimonte - 23.01.2010, 17:41
Re: WTF explode urself with /kill = batch close? - by braduz - 23.01.2010, 18:01
Re: WTF explode urself with /kill = batch close? - by braduz - 23.01.2010, 18:30
Re: WTF explode urself with /kill = batch close? - by dice7 - 23.01.2010, 18:39
Re: WTF explode urself with /kill = batch close? - by braduz - 23.01.2010, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)