VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER)
#1

Hi all, i need someon who can give me a VIP code for all the commands:
Silver VIP:
/VIPHEAL(it send to all players "X used the Silver Pack and heal him self !")+heal the player
/VIPARMOUR(it send to all players"X used the Silver Pack and get an armour!") + give armour to the player
/SilverGun it give the player : Deagle(200ammo)-SMG(300Ammo)-shotgun(150ammo)(to all players"X spawns Silver Guns")+give the weapons
/Vsay he cans talk with the players as a VIP

Gold VIP:
/VIPHEAL+/VIPARMOUR+Vsay
/Goldgun it give to the player the weapons : Tec-9(100ammo)+Deagle(300)+Sniper(400ammo)
/GoldSpawn he can spawn the cars as : Bullet+NRG500
/GoldKick he can kick a player

Platinum VIP:
/VIPHEAL+/VIPARMOUR+Vsay
/VIPWeapons he can see al the weapons and can choose what he want without paying.
/Minigun he can have a minigun (1000Ammo)
/Vipcars = he can spawn: Cheetah+NRG+Bullet.
/VIPBAN he can ban a player
/vipKick he can kick a player

I know this is a long script, but you can give me any code of any part, PLEASE HELP
Reply
#2

I cannot help you if you don't give us what is the VIP variable, like

pawn Код:
pInfo[ playerid ][ pVIPLevel ]
Example command, if you give us the variable

pawn Код:
CMD:vipheal( playerid, params[ ] )
{
    if ( pInfo[ playerid ][ pVIPLevel ] < 1 )
        return SendClientMessage( playerid, -1, "You are not a VIP Level 1 ++ member!" );

    SetPlayerHealth( playerid, 100.0 );

    new
        tempString[ 128 ],
        pName[ 24 ]
    ;

    GetPlayerName( playerid, pName, sizeof pName );

    format( tempString, sizeof tempString, "%s has used the Silver VIP Pack to heal himself!", pName );

    SendClientMessageToAll( -1, tempString );

    return 1;
}
Reply
#3

thank you Basicz, where i put the code? i can put it in FS?
Reply
#4

I can script this for you. Send me PM if you are interested.
Reply
#5

i need the commands with LuxAdmin

Edit: Thank you Dimi! PM send.
Reply
#6

HElp
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)