12.07.2016, 16:35
PHP код:
CallBack: PCMV(playerid, pcmv[])
{
if(Informacion[playerid][pVip] == 0)
{
foreach(new i : Player)
{
if(Informacion[i][pAdmin] > 0 )
{
SendClientMessageEx(i, Admin, "[VIP] {FEFA20}'%s'[%d] [Nivel %d] |Uso El Comando| {FFFFFF}%s", Nombre(playerid),playerid,Informacion[playerid][pVip],pcmv);
}
}
}
return 1;
}