[AJUDA]Comando
#2

pawn Код:
if(strcmp("/x", cmdtext, true, 10) == 0)
{
     if (!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,0xAA3333AA,"You are not in car!");
     new VIDs, Float:X, Float:Y, Float:Z, Float:Angle;
     GetPlayerPos(playerid, X, Y, Z);
     new VIDs = GetPlayerVIDs(playerid);
     GetVehicleZAngle(VIDs, Angle);
     SetVehiclePos(VIDs, X, Y, Z);
     SetVehicleZAngle(VIDs, Angle);
     SendClientMessage(playerid, 0x33AA33AA,"Vc desvirou seu carro");
     return 1;
}
Reply


Messages In This Thread
[AJUDA]Comando - by Sam.dK - 24.08.2010, 03:37
Respuesta: [AJUDA]Comando - by ipsBruno - 24.08.2010, 04:40
Re: [AJUDA]Comando - by Kasura - 24.08.2010, 04:57
Re: Respuesta: [AJUDA]Comando - by Canabis - 24.08.2010, 08:31
Re: [AJUDA]Comando - by Kasura - 24.08.2010, 09:23
Re: [AJUDA]Comando - by Canabis - 24.08.2010, 11:03
Re: [AJUDA]Comando - by BiieL - 24.08.2010, 16:52
Respuesta: [AJUDA]Comando - by ipsBruno - 24.08.2010, 18:04
Re: [AJUDA]Comando - by BiieL - 24.08.2010, 18:06
Re: [AJUDA]Comando - by Canabis - 24.08.2010, 18:10

Forum Jump:


Users browsing this thread: 4 Guest(s)