lil help
#5

Quote:
Originally Posted by tanush
Посмотреть сообщение
little question, how can i make the old vehiclle disappear
pawn Код:
if(listitem == 6)
{
    new Float:Pos[3], cID;
    cID = GetPlayerVehicleID(playerid);
    DestroyVehicle(cID);
    GetPlayerPos(playerid,Pos[0], Pos[1], Pos[2]);
    new ID = CreateVehicle(541,Pos[0]+1,Pos[1]+2,Pos[2],0,-1,-1,99999999);
    SendClientMessage(playerid,0xFF9900AA,"You have spawned an Bullet!");
    PutPlayerInVehicle(playerid,ID,0);
}
Reply


Messages In This Thread
lil help - by tanush - 16.03.2011, 21:08
Re: lil help - by Alby Fire - 16.03.2011, 21:25
Re: lil help - by tanush - 16.03.2011, 21:47
Re: lil help - by tanush - 16.03.2011, 22:19
Re: lil help - by Alby Fire - 17.03.2011, 12:26
Re: lil help - by tanush - 17.03.2011, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)