How to take away thief
#1

Well,
What i want is take away the skill job Thief it can /rob but i want that other skill jobs and mechanic,medic,taxi driver can use /rob so i wanna take away thief im using Stevo's SF CnR how do i take away the skill job Thief and let's those i said /rob??


/rob id= robs a player.
Reply
#2

Dude, just remove the pickup where you can get this job. Easy.
Reply
#3

huh?
Reply
#4

Quote:
Originally Posted by Sensitive
Посмотреть сообщение
Dude, just remove the pickup where you can get this job. Easy.
That's not the best solution. Atleast tell him to remove the commands. Just adding // infront of the Pickup isn't nice
Reply
#5

Remove the cmds, and remove the CreatePickup that shows the job Icon.
Reply
#6

Elie will that make so that rapist and other skill job can use /rob?
Reply
#7

I think all of them didn't get your point.
You want to remove Thief job and you want another job can do /rob, right?
Reply
#8

i want to remove thief job and let the other skill jobs,taxi drivers,car mechanic have the abillity to use /rob.
Reply
#9

I think you should ask it on that GM topic, but I'll help you as much as I can.
Show us the rob command code.
Reply
#10

Код:
	if(gTeam[playerid] == TEAM_THIEF)
    {
		ShowPlayerDialog(playerid,DIALOG_COMMANDS,DIALOG_STYLE_MSGBOX,"{0000FF}THIEF COMMANDS","{FFFFFF}/rob - Robs a player.\nYou can also see a list of General Commands with /gcommands.","Ok","Cancel");
		format(string,sizeof(string),"4[ADMIN SPY] %s(%d) has typed /commands.",PlayerName(playerid),playerid);
		IRC_GroupSay(gGroupAdminID,IRC_ADMINCHANNEL,string);
		format(string,sizeof(string),"[ADMIN SPY] %s(%d) has typed /commands.",PlayerName(playerid),playerid);
		SendClientMessageToAllAdmins(string);
that?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)