GPS System
#1

Anyone can give me GPS System Filterscript? because its really hard to find one i found 1 but it bugs my checkpoint can anyone post a list of GPS system "Players Guide Where To Go" Pls Help

EG
SupaSave
that gives u arrow where to go direction to super save

HELP!
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=219539 try this
Reply
#3

thats what i tried and removes all my checkpoints to rob
Reply
#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
#5

*Correction*
pawn Код:
SendClientMessage(playerid,0xADD8E6FF, "You've choose the Guide1, You can see the Checkpoints on your Radar or Map");
Reply
#6

there is an edit button.... and dont forget to define the dialog
Код:
#define DIALOG_GUIDE1 1,2,3,4
pick a number that isnt used by any other dialog or it will cause bugs
Reply
#7

Quote:
Originally Posted by MarkoN
Посмотреть сообщение
there is an edit button.... and dont forget to define the dialog
Код:
#define DIALOG_GUIDE1 1,2,3,4
pick a number that isnt used by any other dialog or it will cause lags
Oh, yea thanks i forgot that Lawll
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)