GPS System
#4

Then why don't try to make your own GPS? such is
pawn Код:
cmd:guide(playerid,params[])
{
ShowPlayerDialog(playerid,DIALOG_GUIDE1,DIALOG_STYLE_LIST,"Line1\nLine2\nLine3","Choose","Cancel"
}
return1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_GUIDE1) {//Guide1
       
if(response)
{
if(listitem == 1)
{
SetPlayerCheckpoint(playerid, z,y,z, 3);
SendClientMessage(playerid, "You've choose the Guide1, You can see the Checkpoints on your Radar or Map");             
else if(listitem == 2)
{
SetPlayerCheckpoint(playerid, z,y,z, 3);
SendClientMessage(playerid, "You've choose the Guide1, You can see the Checkpoints on your Radar or Map");             
else if(listitem == 3)
SetPlayerCheckpoint(playerid, z,y,z, 3);
SendClientMessage(playerid, "You've choose the Guide1, You can see the Checkpoints on your Radar or Map");             
}
}
return 0;
}
Reply


Messages In This Thread
GPS System - by Patrick - 02.11.2012, 01:18
Re: GPS System - by ToiletDuck - 02.11.2012, 01:22
Re: GPS System - by Patrick - 02.11.2012, 01:25
Re: GPS System - by ToiletDuck - 02.11.2012, 01:36
Re: GPS System - by ToiletDuck - 02.11.2012, 01:39
Re: GPS System - by MarkoN - 02.11.2012, 01:52
Re: GPS System - by ToiletDuck - 02.11.2012, 01:59

Forum Jump:


Users browsing this thread: 2 Guest(s)