Novidades

26 setembro 2010

Yaplo_Rock

Sistema VIP

Olá Pessoal hoje vou encinar a fazer um sistema vip + salvar os playes vip !

Vamos laa !

1°Coloque no topo do GM/FS

#include //Include
new Vip[MAX_PLAYERS]; // Variavel


2°Coloque No OnGameModeInit

if(!fexist("vip.ini")) dini_Create("vip.ini"); // Criarar o Arquivo Vip.ini caso nao exista !


3°Agora em OnPlayerConnect Adicione :


if(dini_Isset("vip.ini",PlayerName(playerid))) (Vip[playerid] = dini_Int("vip.ini",PlayerName(playerid))); // CARREGARAR OS PLAYES VIP'S
SendClientMessage(playerid,0x0000BBAA,"Sistema By: Higor || LIBERADO APENAS PARA :FEK SQUAD E HH !");


4°Adicione em OnPlayerDisconnect


dini_IntSet("vip.ini",PlayerName(playerid),Vip[playerid]);


5° No final do Gm :



stock PlayerName(playerid) {
new PlayerName[MAX_PLAYERS];
GetPlayerName(playerid, PlayerName, MAX_PLAYERS);
return PlayerName;}


E agora Higor Gostoso Como faço para adicionar um comando Vip ?
R: Se viraa :S //Zueraa vo encinar abaixo !

Vou citar um exemplo primeiro :


if (strcmp("/eu", cmdtext, true, 10) == 0)
{
if(Vip[playerid] > 1)
{
/*FUN*/
GivePlayerMoney(playerid,50000); // DAR GRANA !
}else{
SendClientMessage(playerid,0x0000BBAA,"Lamento Você não e VIP :S");
}
return 1;
}



E SO USAR ESSE COD :

if (strcmp("/eu", cmdtext, true, 10) == 0)
{
if(Vip[playerid] > 1)
{
//FUNÇÂO DO COMANDO !
}else{
SendClientMessage(playerid,0x0000BBAA,"Lamento Você não e VIP :S");
}
return 1;
}





NÂO CONSEGUIU VISUALIZAR ?
http://pastebin.com/EeQF7zZu


TODOS OS CREDITOS VÃO PARA HIGOR OLIVER
NÃO FIZ NAADA ( Só postei )




Subscribe to this Blog via Email :