- 0
Problema /accept job
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
c0sminvl
Deci am o problema , am testat gamemode-ul pe pc meu (windows) am testat /join si /accept job , cand dau /accept job merge(server pe windows*pc meu*).
Urc serverul pe host , dau restart etc merg , dau accept job si nu face nimic.
PS: Nu merge nici o comanda cu /accept pe host , nici /accept ticket etc.
if(strcmp(cmd,"/accept",true)==0) { if(IsPlayerConnected(playerid)) { new x_job[256]; x_job = strtok(cmdtext, idx); if(!strlen(x_job)) { SendClientMessage(playerid, COLOR_WHITE, "|__________________ Accept __________________|"); SendClientMessage(playerid, COLOR_WHITE, "USAGE: accept [name]"); SendClientMessage(playerid, COLOR_GREY, "Available names: Sex, Drugs, Repair, Lawyer, Bodyguard, Job, Live, Refill"); SendClientMessage(playerid, COLOR_GREY, "Available names: Car, Taxi, Bus, Boxing, Medic, Mechanic, Paper, Ticket"); SendClientMessage(playerid, COLOR_WHITE, "|____________________________________________|"); return 1; }1 answer to this question
Recommended Posts