SA-MP Forums Archive
VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) (/showthread.php?tid=268541)



VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - ServerScripter - 12.07.2011

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


Re: VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - Basicz - 12.07.2011

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;
}



Re : VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - ServerScripter - 13.07.2011

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


Re: VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - [MG]Dimi - 13.07.2011

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


Re : VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - ServerScripter - 13.07.2011

i need the commands with LuxAdmin

Edit: Thank you Dimi! PM send.


Re : VIP commands with LuxAdmin?(i NEED A GOOD SCRIPTER) - ServerScripter - 13.07.2011

HElp