[Tutorial] Checkpoint Dialogs
#4

Hey ! When I Try To Complie My FS Is Like This :
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;
}
And The Errors :
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.
Reply


Messages In This Thread
Checkpoint Dialogs - by JustinAn - 25.07.2012, 18:57
Re: Checkpoint Dialogs - by SomebodyAndMe - 28.07.2012, 17:55
Re: Checkpoint Dialogs - by JustinAn - 07.08.2012, 19:11
Re: Checkpoint Dialogs - by xganyx - 13.06.2013, 07:37
Re: Checkpoint Dialogs - by xganyx - 13.06.2013, 12:26
Re: Checkpoint Dialogs - by BlackbirdXd - 12.02.2017, 10:47

Forum Jump:


Users browsing this thread: 1 Guest(s)