Creating a static faction system, help with command.
#8

Thanks but I figured it out, it was pretty simple.

Way to Do IT:

PHP Code:
    else
    {
        
group PlayerInfo[playerid][Group];
        
PlayerInfo[targetid][Group] = group;
        
format(string,sizeof(string),"[HIRED]: You've been hired to group %d.",group);
        
SendClientMessage(targetid,COLOR_YELLOW,string);
    } 
Figured it out :P
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)