Help with a teleport command
#4

Edit: NVM omg it didnt work :/
working on a new one sry

Edit 2:
pawn Код:
if(strcmp (cmdtext, "/ship", true)==0)
{
    new car;
    car = GetPlayerVehicleID(playerid);
    if(!IsPlayerInAnyVehicle(playerid))
    {
    SetVehiclePos(car,-2402.7239,1402.8665,7.3363);
    GivePlayerWeapon(playerid, 31, 350);
    GivePlayerWeapon(playerid, 25, 50);
    GivePlayerWeapon(playerid, 29, 300);
    SendClientMessage(playerid, COLOR_BLUE, "The area Made By BurnOut");
    }
    else
    {
    SetPlayerPos(playerid,-2402.7239,1402.8665,7.3363);
    GivePlayerWeapon(playerid, 31, 350);
    GivePlayerWeapon(playerid, 25, 50);
    GivePlayerWeapon(playerid, 29, 300);
    SendClientMessage(playerid, COLOR_BLUE, "The area Made By BurnOut");
    }
  return 1;
}
hope it works now
Reply


Messages In This Thread
Help with a teleport command - by BurnOutt - 08.05.2010, 13:55
Re: Help with a teleport command - by westre - 08.05.2010, 14:09
Re: Help with a teleport command - by BurnOutt - 08.05.2010, 14:21
Re: Help with a teleport command - by [XST]O_x - 08.05.2010, 14:24
Re: Help with a teleport command - by Jefff - 08.05.2010, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)