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

what the fuck, this pwn code closes my server (batch)



if(strcmp(cmdtext, "/kill", true) == 0) { // Same deal as before
new Float, Float:y, Float:z;
// Get Player Position

GetPlayerPos(playerid, x, y, z);

// Create an explosion near the vehicle you get into
CreateExplosion(x+random(5), y+random(20), z+random(5), 6, 1000.0);

return 1;
}
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)