08.10.2009, 12:26
[PAWNO]
OnPlayerDeath(playerid,killerid,reason)
{
if(reason == <not_allowed_weapon_id>)
}
Kick(killerid)
}
else if(reason == <another_not_allowed_weapon_id>)
{
Kick(killerid)
}
}
[/PAWNO]
So simple, just keep continuing the script!
OnPlayerDeath(playerid,killerid,reason)
{
if(reason == <not_allowed_weapon_id>)
}
Kick(killerid)
}
else if(reason == <another_not_allowed_weapon_id>)
{
Kick(killerid)
}
}
[/PAWNO]
So simple, just keep continuing the script!