Hola Gente De EP, Bueno Aqui Como Crear Un Sistema De Recibirstats , Lo Puede Usar Para GMs Como Ciudad Prohibda o Algun GM Con La Base De CiudadProh
Como Lo Ponen? - Se Pone En La Ultima Linea De Su GM Se Copia y Pega
By Sandex , No Robes Creditos :3
- Código:
}zcmd(recibirstats, playerid, params[])
{
if(PlayerInfo[playerid][pLevel] < 1){
PlayerInfo[playerid][pLevel] = 3;
GivePlayerMoney(playerid, 150000);
SendClientMessage(playerid, COLOR_GREEN, "Recibiste Tus Stats , No Los Malgastes!");
}
return 1;
}
Como Lo Ponen? - Se Pone En La Ultima Linea De Su GM Se Copia y Pega
By Sandex , No Robes Creditos :3