SA-MP Forums Archive
HELP Me please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP Me please (/showthread.php?tid=343826)



HELP Me please - miley1 - 19.05.2012

How do i change this location


PHP код:
    CreateDynamicPickup(12471255.3,77.4,1003.6,0); //SAPD Area
    
Create3DTextLabel("[Duty Point]",0x0000FF88255.3,77.4,1003.62001); 

Into this one AddPlayerClass(102,219.9281,74.8048,1005.0391,182. 7391,0,0,0,0,0,0); //


Re: HELP Me please - Paramount - 19.05.2012

Change

pawn Код:
CreateDynamicPickup(1247, 1, 255.3,77.4,1003.6,0); //SAPD Area
Create3DTextLabel("[Duty Point]",0x0000FF88, 255.3,77.4,1003.6, 20, 0, 1);
To

pawn Код:
CreateDynamicPickup(1247, 1, X, Y, Z,0); //SAPD Area
Create3DTextLabel("[Duty Point]",0x0000FF88, X, Y, Z, 20, 0, 1);
Replace "X", "Y", and "Z" with the X, Y , Z Coordinates of where you want the pickup and text-label to be.


Re: HELP Me please - miley1 - 19.05.2012

Ty if it work ima be your buddy lol