Checkpoint doesn't show
#1

I making my Roleplay script but when i use /gps command for destinations...when i choose destiation checkpoint doesn't show on radar
Reply
#2

is it saying Use /gps or something else when u type /gps ?
and show us your GPS code
Reply
#3

Код:
if(dialogid==5 && response==1)
	{
	    switch(listitem)
	    {
	        case 0:
	        {
		    SetPlayerCheckpoint(playerid, 2413.2051,1123.8254,10.8203,2);
	            FreeMode[playerid] = 0;
	            GPSMode[playerid] = 1;
	        }
	    }
        }
Reply
#4

I see checkpoint when i was there
Reply
#5

Buddy i told you show me GPS command ! not dialog thing
Reply
#6

oh sorry

PHP код:
CMD:gps(playeridparams[])
{
    if(
IsPlayerInAnyVehicle(playerid))
    {
        
ShowPlayerDialog(playerid,5,DIALOG_STYLE_LIST,"Odredista","1.Gradska Opstina","Ok","Izadji");
    }
    else return 
SendClientMessage(playeridCOLOR_LIGHTBLUE"[Greska] : Niste u vozilu!");
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)