28.07.2009, 13:29
Yooo How Can I link Objects, pickups and vehicles to vworlds?
|
Originally Posted by argon
Yooo How Can I link Objects, pickups and vehicles to vworlds?
|
OnPlayerPickUpPickUP
{
if(pickupid == your pickup);
{
SetPlayerVirtualWorld(playerid,-);
// etc etc
|
Originally Posted by Criss_Angel
Код:
OnPlayerPickUpPickUP
{
if(pickupid == your pickup);
{
SetPlayerVirtualWorld(playerid,-);
// etc etc
|