10.05.2012, 01:04
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!
E se quiser limitar pra admin faзa assim:
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);
}
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);
}