how to teleport to madd dog's house in a virtual world
#7

PHP код:
#include <a_samp>
new sc;
public 
OnGameModeInit()
{
    
sc CreatePickup(13182704.4722, -442.951316.3359, -1); //model, type, Float:X, Float:Y, Float:Z, Virtualworld.
    
return 1;
}
public 
OnPlayerPickUpPickup(playeridpickupid)
{
    if(
pickupid == sc)
         {
           
SetPlayerPos(playerid1267.663208,-781.323242,1091.906250    ); // Cords for interior
           
SendClientMessage(playeridCOLOR_RED "You have been teleport-ed");
         }
    return 
1;

Test this out
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)