[Ajuda] AFK MOTIVO .
#2

Quote:

CMD:afk(playerid, params[])
{
new string[64], motivo[64];

if(!AFK[playerid])
{
if(sscanf(params, "us[64]", motivo))
{
SendClientMessage(playerid, -1, "Digite: /afk [motivo]");
return 1;
}
{
format(string, sizeof string, "[AFK]O Jogador (%s) Estб AFK, Motivo: %s", PlayerName(playerid), motivo);
SendClientMessageToAll(-1, string);
}
SetPlayerPos(playerid, 322.197998,302.497985,999.148437);
SetPlayerInterior(playerid, 5);
SetPlayerHealth(playerid, 9999);
ResetPlayerWeapons(playerid);
AFK[playerid] = true;
}

Quote:

CMD:afk(playerid, params[])
{
new string[64], motivo[64];

if(!AFK[playerid])
{
if(sscanf(params, "s", motivo))
{
SendClientMessage(playerid, -1, "Digite: /afk [motivo]");
return 1;
}
{
format(string, sizeof string, "[AFK]O Jogador (%s) Estб AFK, Motivo: %s", PlayerName(playerid), motivo);
SendClientMessageToAll(-1, string);
}
SetPlayerPos(playerid, 322.197998,302.497985,999.148437);
SetPlayerInterior(playerid, 5);
SetPlayerHealth(playerid, 9999);
ResetPlayerWeapons(playerid);
AFK[playerid] = true;
}

~~~~ Dк uma olhada aqui.
Reply


Messages In This Thread
AFK MOTIVO . - by JuniorTheDM - 24.07.2015, 21:40
Re: AFK MOTIVO . - by HaRdiiZin - 24.07.2015, 21:48
Re: AFK MOTIVO . - by humildadeforever - 24.07.2015, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)