[Pedido] /rc
#3

Quote:
Originally Posted by PT
Посмотреть сообщение
pawn Код:
// This command allows you to change your password for logging in
COMMAND:rc(playerid, params[])
{
    SendAdminText(playerid, "/rc", params);
    if (APlayerData[playerid][LoggedIn] == true && APlayerData[playerid][PlayerLevel] >= 2)
    {
        SendClientMessageToAll(0x00FF00FF, "Todos os veнculos foram resetados pelo admin");
        for(new i=0; i<MAX_VEHICLES; i++)
            SetVehicleToRespawn(i);
    }
    return 1;
}
Vlw cara REEP++
Reply


Messages In This Thread
/rc - by yoki - 28.05.2014, 19:57
Re: /rc - by PT - 28.05.2014, 20:11
Re: /rc - by yoki - 28.05.2014, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)