- 0
Problema comanda
-
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
al3XXX
C:\Users\al3XXX\Desktop\GM\GM.pwn(33060) : error 001: expected token: ";", but found ")"
asta e eroarea care o iau
CMD:gotojob(playerid, params[]) { if(pInfo[playerid][pAdmin] >= 1) { new string[2500]; strcat(string, "Detective\n"); strcat(string, "StreetSweeper\n"); strcat(string, "Farmer\n"); strcat(string, "Trucker\n"); strcat(string, "PizzaBoy\n"); strcat(string, "GarbageMan\n"); strcat(string, "StuntMan\n"); strcat(string, "Arms Dealer\n"); strcat(string, "Drugs Dealer\n"); strcat(string, "Miner\n"); strcat(string, "FisherMan\n"); strcat(string, "Mechanic\n"); ShowPlayerDialog(playerid,DIALOG_GOTOJOB,DIALOG_STYLE_LIST,"{0080FF}T{FFFFFF}eleport Jobs",string,"Teleport","Anuleaza"); } else { SendClientMessage(playerid, red, AdminError); } return 1; }asta e comanda
linia 33060 este ShowPlayerDialog(playerid,DIALOG_GOTOJOB,DIALOG_STYLE_LIST,"{0080FF}T{FFFFFF}eleport Jobs",string,"Teleport","Anuleaza");
mai erau erori, dar le-am rezolvat. nu-mi dau seama care e problema la asta.
6 answers to this question
Recommended Posts