[AJUDA] pVip
#4

Amigo nгo testei o cmd nгo sei se irб funcionar faзa um backup do seu cуdigo antes de testar oks?
E se errei me digam o erro ae glr so novato em linguagem pawn!

pawn Код:
new level;
level = strval(tmp);

if(strcmp(cmd, "/vip", true) == 0)
{    
format(string, sizeof string, "Vocк agora й VIP nнvel %d", level );
                    SendClientMessage(para1, COLOR_LIGHTBLUE, string);
}
E se quiser limitar pra admin faзa assim:

pawn Код:
new level;
level = strval(tmp);
new playerid; playerid<MAX_PLAYERS; playerid++;

if(strcmp(cmd, "/vip", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= ?)    // em ? coloque o nivel de adm
format(string, sizeof string, "Vocк agora й VIP nнvel %d", level );
                    SendClientMessage(para1, COLOR_LIGHTBLUE, string);
}
Reply


Messages In This Thread
[AJUDA] pVip - by mengueh - 09.05.2012, 17:37
Re: [AJUDA] pVip - by ViictorDaay- - 09.05.2012, 17:44
Re: [AJUDA] pVip - by leonardo1434 - 09.05.2012, 19:31
Respuesta: [AJUDA] pVip - by Emerson_xD - 10.05.2012, 01:04

Forum Jump:


Users browsing this thread: 2 Guest(s)