07.08.2009, 12:28
Hello Guys I Dont Know What is Wrong with this command ...
here is the code:
i just make /help command for both teams but if i am in TEAM_TAXIDRIVER and i type /help it show command normal it write all with green etc so THATS OK!
but when i chose my FOODDELIVERY CLASES and type /help it wont show the messages with yellow color ...
and when i type /foodsell or /food or idk what it show me the command lol and as i know i dont have no1 command like /food or /foodsell ...
so i hope u understand my problem ...
i just wanna know what is wrong with command when i am in TEAM_DELIVERY ...
ty for any help
Kljukec
here is the code:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/help", true)) { if(gTeam[playerid] == TEAM_TAXIDRIVER) { SendClientMessage(playerid,0x33AA33AA,"Your Job Is A Taxi Driver!"); SendClientMessage(playerid,0x33AA33AA,"You Can Do Your Job Just When You Are In Taxi Or Bus!"); SendClientMessage(playerid,0x33AA33AA,"When You Enter Taxi Or Bus Type /onduty So Players Will Know That You Are On Duty As Taxi/Bus Driver"); SendClientMessage(playerid,0x33AA33AA,"They Will Tell You Where They Want To Go (Location)"); SendClientMessage(playerid,0x33AA33AA,"You Can See Players Who Need A Driver On Map! They Will Be Marked!"); SendClientMessage(playerid,0x33AA33AA,"For More Infromation About This Game/Server/Jobs You Can Contact Admin with Command /helpme (msg)"); } return true; } if(gTeam[playerid] == TEAM_FOODDELIVERY) { SendClientMessage(playerid,0xFFFF00AA,"Your Job Is A Food Delivery!"); SendClientMessage(playerid,0xFFFF00AA,"You Can Do Your Job On Foot,Trucks,Motorbikes... Doesnt Matter in What Vehicle You Are!"); SendClientMessage(playerid,0xFFFF00AA,"You Must Type /Foodsell To Sell Food To Player Who Call You"); SendClientMessage(playerid,0xFFFF00AA,"Players Who Need Food Will Be Marked On Map!"); SendClientMessage(playerid,0xFFFF00AA,"For More Infromation About This Game/Server/Jobs You Can Contact Admin with Command /helpme (msg)"); return true; } return false; }
but when i chose my FOODDELIVERY CLASES and type /help it wont show the messages with yellow color ...
and when i type /foodsell or /food or idk what it show me the command lol and as i know i dont have no1 command like /food or /foodsell ...
so i hope u understand my problem ...
i just wanna know what is wrong with command when i am in TEAM_DELIVERY ...
ty for any help
Kljukec