28.07.2011, 10:01
Okay i have robbers classid 1 and the kill command
where do i make it "You cannot kill yourself, you have a wanted level!"
pawn Код:
if (strcmp("/kill", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 0);
return 1;
}