30.08.2015, 15:18
O problema nгo й no comando, deve estar no seu "Sistema" de driver-by.
PHP код:
if(strcmp(cmdtext, "/kill", true) == 0 || strcmp("/morrer", cmdtext, true) == 0 || strcmp("/suicidar", cmdtext, true) == 0)
{
if(CallRemoteFunction("LocalInvalidoParaTeleporte","i",playerid) && GetPlayerInterior(playerid) > 0) return SendClientMessage(playerid, COLOUR_ERRO, "[-ERRO-]: Vocк estб em um local em que й proibido morrer!");
SetPlayerHealth(playerid,0.0);
new message[100], pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(message, sizeof(message), "{00FF00}%s Se Suicidou! {00FFFF}[/Kill]", pname);
if(IsPlayerSpawned(playerid))
{
SendClientMessageToAll(COLOUR_BRANCO,message);
}
return 1;
}

