[Ajuda] Estou com um problema. /infovip - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Estou com um problema. /infovip (
/showthread.php?tid=464233)
Estou com um problema. /infovip -
PetterAdriano - 15.09.2013
E ai Pessoa blz, estou com um problema que jб esta me deixando louco....
Bom sempre quando digito
/infovip Nгo Aparece a vaga do jogador VIP, exemplo:
Vip Vaga:[0]: Petter_Adriano Nнvel:[2]
VIP VAGA: Й a vaga do VIP
O nivel й o tipo de VIP exemplo: 1 = VIP | 2 = Socio
Olhem cmd.
PHP код:
if (strcmp("/infovip", cmdtext, true, 10) == 0 || strcmp("/infovips", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pAdmin] < 1)
{
MSGPLAYER(playerid, COLOR_GREY,"{DDA0DD}B{FF0000}P{FFFF00}N{FFFFFF} Vocк nгo tem autorizaзгo para usar este comando.");
return 1;
}
MSGPLAYER(playerid, COLOR_WHITE, "{9AC0CD} • • • • • • • • • • • • • • • • • • ( {BFEFFF}VIP's Do servidor{9AC0CD} ) • • • • • • • • • • • • • • • • • • ");
for(new x=0; x<sizeof(VipInfo); x++)
{
if(strcmp(VipInfo[x][vNick],"Ninguem",true) != 0)
{
format(string, sizeof(string), "Vip ID:[%d]: %s Nнvel:[%d]", x, VipInfo[x][vNick], VipInfo[x][vTipo]);
MSGPLAYER(playerid, COLOR_AZULBB, string);
}
}
return 1;
}
Re: Estou com um problema. /infovip -
PetterAdriano - 16.09.2013
Alguйm ?
Re: Estou com um problema. /infovip -
BielCOP - 16.09.2013
Eaew Petrick, firmeza ?
#Tуpico: Retire o
pawn Код:
if(strcmp(VipInfo[x][vNick],"Ninguem",true) != 0)
e diga o que aconteceu.