Ayuda comando
#3

Quote:
Originally Posted by aoEXE
Посмотреть сообщение
El contenido es solamente un texto. Si aparece ahн, obligatoriamente no es porque existe el comando... busca en el gm entre los comandos a ver si existe
Amigo esto e slo unico que me sale al buscar /update

Quote:

//UPDATE ACCOUNTS TICKRATE 5 MIN
timer saveAccounts[180000]()
{
saveFamilies();
saveFamiliesHQ();
new playerip[32];
foreach(Player, i){
if(gPlayerLogged{i}){
Info[i][pInt] = GetPlayerInterior(i);
Info[i][pVW] = GetPlayerVirtualWorld(i);
GetPlayerPos(i, Info[i][pPos_x], Info[i][pPos_y], Info[i][pPos_z]);
GetPlayerFacingAngle(i, Info[i][pPos_r]);
GetPlayerIp(i, playerip, sizeof(playerip));
format(Info[i][pIP], 32, "%s", playerip);
//OnPlayerSavedStats(i);
}
}
print("EXEaveAccounts;");
}

Reply


Messages In This Thread
Ayuda comando - by TyreseKowalski - 12.12.2014, 21:26
Respuesta: Ayuda comando - by aoEXE - 12.12.2014, 21:29
Re: Respuesta: Ayuda comando - by TyreseKowalski - 12.12.2014, 21:33
Respuesta: Ayuda comando - by Franpiola45 - 12.12.2014, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)