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.