I Need Help
#1

How To Make Clans/Gangs With Commands I Need Some Help Please If Some One Is Best Scripter I Need To Teach Me Please I Am Scripting Basics Because.
Reply
#2

combine these two you get a good group system

https://sampforum.blast.hk/showthread.php?tid=274514
https://sampforum.blast.hk/showthread.php?tid=548348
Reply
#3

I Said I Need Clan With cmds
Reply
#4

learn how to script then you will know how to make that here very simple example:

PHP код:
enum dpinfo
{
  
DPLevel,
};
new 
PlayerInfo[MAX_PLAYERS][dpinfo];
CMD:dplevel(playerid,params[]) {
         if(
isnull(params)) return 0;
         new 
rankrank strval(params);
         
PlayerInfo[playerid][DPLevel] = rank;

as you made your clan / gang rank do more feature / commands like:
PHP код:
CMD:dpweaps(playerid,params[]) {
                 if(
PlayerInfo[playerid][DPLevel] >= 1) {
                    
GivePlayerWeapon(playerid389999);
                  } else return 
SendClientMessage(playerid,-1,"You need to DP member rank 1 to use this");

and make your own data base load / save level etc etc .... easy ain't it?
Reply
#5

I told you I am Newbie Man.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)