Author Topic: how to set Player Pos + how to add pickups @ Random locs?  (Read 2180 times)

0 Members and 1 Guest are viewing this topic.

Offline [S]angeeta

  • Street Thug
  • *
  • Posts: 14
    • View Profile
how to set Player Pos + how to add pickups @ Random locs?
« on: November 08, 2012, 02:21:45 pm »
I want to know about Player pos..... If u can help me i am getting prob in cam away alot some times too near so how i can set it + want to add pickups like Health Tablet,Weps, Ids are Given by VRocker but i dont know how to add them so if u can help me!!!
Thanks....!

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: how to set Player Pos + how to add pickups @ Random locs?
« Reply #1 on: November 09, 2012, 05:03:50 pm »
Call me in skype- shakeonedude_xd


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline Riders

  • Street Thug
  • *
  • Posts: 16
    • View Profile
Re: how to set Player Pos + how to add pickups @ Random locs?
« Reply #2 on: November 10, 2012, 07:52:59 am »
[pawn]public OnGameModeInit()
{

AddStaticPickup(300,408,-884.3455,-340.8738,11.1034,88.5588 );  // 408 is the Pickup id
AddStaticPickup(303,408,-942.9076,-343.5944,7.2269,94.4124 );   // 408 is the Pickup id
AddStaticPickup(304,382,-871.1569,-118.1698,11.0950,65.2739 );  // 382 is the Pickup id
[/pawn]