HELP Me please
#1

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); //
Reply
#2

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.
Reply
#3

Ty if it work ima be your buddy lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)