Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: [S]angeeta 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....!
-
Call me in skype- shakeonedude_xd
-
[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]