13.06.2013, 07:37
Hey ! When I Try To Complie My FS Is Like This :
Here My FS :
And The Errors :
Here My FS :
Code:
//Tim Viec Lam [FS] Made By DTD #include <a_samp> #include <zcmd> new CP[MAX_PLAYERS]; #define DIALOG_WEAPON 1 cmd:findjobs(playerid, params[]) { ShowPlayerDialog{playerid, DIALOG_WEAPON, DIALOG_STYLE_LIST, "Viec Lam", "Trucker\nPizza\nTaxi", "Yes", "No"); return 1; } public OnPlayerEnterCheckpoint(playerid) { if(CP[playerid] == 1) { DisablePlayerCheckpoint(playerid); CP[playerid] = 4; SendClientMessage(playerid, -1, "Here"); return 1; } if(CP[playerid] == 2) { DisablePlayerCheckpoint(playerid); CP[playerid] = 5; SendClientMessage(playerid, -1, "Here"); return 1; } if(CP[playerid] == 3) { DisablePlayerCheckpoint(playerid); CP[playerid] = 6 SendClientMessage(playerid, -1, "Here"); return 1; } return 1; } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == DIALOG_WEAPON) { if(!respon) return 0; if(respon) { if(listitem == 0) { CP[playerid] = 1; SetPlayerCheckponint(playerid, 2745.6499,-2453.8032,13.8623, 1.0); SendClientMessage(playerid, -1, "You Choose Trucker!"); return 1; } if(listitem == 1) { CP[playerid] = 2; SetPlayerCheckpoint(playerid, 1579.4326,-1635.8755,13.5604, 1.0); SendClientMessage(playerid, -1, "You Chosse Pizza!"); return 1; } if(listitem == 2) { CP[playerid] = 3; SetPlayerCheckpoint(playerid, 1544.9388,-1353.3195,329.4743, 1.0); SendClientMessage(playerid, -1, "You Chosse Taxi!"); return 1; } } } return 1; }
Code:
C:\Documents and Settings\hung\Desktop\Roleplay Base Script\filterscripts\FindJob.pwn(36) : error 001: expected token: ";", but found "-identifier-" C:\Documents and Settings\hung\Desktop\Roleplay Base Script\filterscripts\FindJob.pwn(46) : error 017: undefined symbol "respon" C:\Documents and Settings\hung\Desktop\Roleplay Base Script\filterscripts\FindJob.pwn(47) : error 017: undefined symbol "respon" C:\Documents and Settings\hung\Desktop\Roleplay Base Script\filterscripts\FindJob.pwn(52) : error 017: undefined symbol "SetPlayerCheckponint" C:\Documents and Settings\hung\Desktop\Roleplay Base Script\filterscripts\FindJob.pwn(75) : warning 203: symbol is never used: "findjobs" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.