Donators
#1

How to make a donator packs by commands but only for RCON admin.I want to make Donator Skin,Color,Weapons,And some commands

Help me please thanks
Reply
#2

Yeah,i need that too help please
Reply
#3

Like a VIP system?
use Search, im sure there's some realesed ones already.
Reply
#4

use something like :

pawn Код:
CMD:donationpack(playerid,params[])
{
    if(//the variable for the donator ex : pInfo[playerid][Donator] < 1) return SendClientMessage(playerid,COLOR_RED,"You Gotta Be A Donator To Use This Command");
    else
    {
        SetPlayerSkin(playerid,skinid);
        GivePlayerWeapon(playerid,Weapon,Ammo);
        SetPlayerColor(playerid,Color);
    }
    return 1;
}
Reply
#5

More explains
Reply
#6

well i won't be able to write the whole script for u you can search for "Vip System"
Reply
#7

But where to put it i forgot!
Reply
#8

that's ZCMD so it can be put anywhere out of a callback but u gotta first at top of script put
pawn Код:
#include <zcmd>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)