[Ajuda] Motivo em comando
#1

Olб, preciso de uma ajuda.
Quero o seguinte:
Que o Admin tenha que por o motivo. EX:

/prender [ID] [tempo] [Motivo]

Code:

Quote:

if(strcmp(cmd, "/prender", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "|ERRO| /prender [ id ] [ minutos]");
return 1;
}
new playa;
new money;
playa = ReturnUser(tmp);
tmp = strtok(cmdtext, idx);
money = strval(tmp);
if (PlayerInfo[playerid][pAdmin] >= 2)
{
if(IsPlayerConnected(playa))
{
if(playa != INVALID_PLAYER_ID)
{
GetPlayerName(playa, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "Comando executado com sucesso!", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTRED, string);
format(string, sizeof(string), "|PRISГO| Vocк foi preso pelo administrador %s", sendername);
SendClientMessage(playa, COLOR_LIGHTRED, string);
ResetPlayerWeapons(playa);
WantedPoints[playa] = 0;
PlayerInfo[playa][pJailed] = 6;
PlayerInfo[playa][pJailTime] = money*60;
SetPlayerInterior(playa, 0);
SetPlayerPos(playa, 2695.0466,-2125.5537,13.548;
format(string, sizeof(string), "Voce foi preso por %d Minutos", money);
SendClientMessage(playa, COLOR_LIGHTBLUE, string);
}
}
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "|ERRO| Vocк nгo tem permissгo!");
}
}
return 1;
}

Reply


Messages In This Thread
Motivo em comando - by WotusPower - 05.04.2013, 20:04
Re: Motivo em comando - by arakuta - 05.04.2013, 23:50
Re: Motivo em comando - by silenthill - 05.04.2013, 23:57
Re: Motivo em comando - by DevilAgain - 10.04.2013, 14:50
Re: Motivo em comando - by Smoking_Script - 12.04.2013, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)