07.11.2013, 20:47
Use ZCMD
e no fim do gamemode
й melhor
OBS: Baixa essa include https://sampforum.blast.hk/showthread.php?tid=91354
e no topo do gamemode
#include zcmd
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}
pawn Код:
CMD:comando(playerid, params[])
{
SetPlayerHealth(playerid, 0.0);
SendClientMessage(playerid, COLOR_GRIS, "ESTO ES UNA PRUEBA");
return 1;
}
OBS: Baixa essa include https://sampforum.blast.hk/showthread.php?tid=91354
e no topo do gamemode
#include zcmd

