[AJUDA]Comando
#1

Bom jah tentei aruma eu mesmo mais nao consegui :/
tipo assim eu usso esse comando para desvirar o carro!


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


O comando funciona mais mostra assim

Vc desvirou seu carro
SERVER: Unknown command.

como resolvo OBRIGADO PELA ATENЗГO
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: 2 Guest(s)