20.08.2018, 05:52
I don't know if I'm doing this right, but I did like this.
PHP код:
COMMAND:bk(playerid, params[])
{
if(!IsPlayerCOP(playerid)) return SendClientError(playerid, "You are not LSPD!");
if(GetPlayerState(playerid) != PLAYER_STATE_WASTED) return SendClientError(playerid, "You cannot use this command while dead");
... and so on

