Getvehiclenamefromid help
#4

Well, heres my command with it in.

PHP код:
CMD:v(playeridparams[])
{
    new 
color1,color2;
    new 
CarName;
    new 
string[50];
    
CarName GetVehicleModelIDFromName(params);
    if (
sscanf(params,"i",CarName))
    {
    return 
SendClientMessage(playerid, -1"Syntax: /v <vehicle ID>, color1, color2");
    }
    if ( 
getveh[playerid] > )
    {
    
DestroyVehicle(getveh[playerid]);
    
getveh[playerid] = 0;
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
getveh[playerid] = CreateVehicle(CarNamexyz90color1color2false);
    
PutPlayerInVehicle(playeridgetveh[playerid], 0);
    }else{
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
getveh[playerid] = CreateVehicle(CarNamexyz90color1color2false);
    
PutPlayerInVehicle(playeridgetveh[playerid], 0);
    }
    return 
1;
}
 
doesnt workD
Reply


Messages In This Thread
Getvehiclenamefromid help - by -Rebel Son- - 22.03.2011, 06:37
Re: Getvehiclenamefromid help - by -Rebel Son- - 22.03.2011, 16:11
Re: Getvehiclenamefromid help - by alpha500delta - 22.03.2011, 16:38
Re: Getvehiclenamefromid help - by -Rebel Son- - 22.03.2011, 17:47
Re: Getvehiclenamefromid help - by xir - 22.03.2011, 18:04
Re: Getvehiclenamefromid help - by -Rebel Son- - 22.03.2011, 19:23
Re: Getvehiclenamefromid help - by xir - 22.03.2011, 20:21
Re: Getvehiclenamefromid help - by -Rebel Son- - 22.03.2011, 20:32
Re: Getvehiclenamefromid help - by Jefff - 22.03.2011, 20:39
Re: Getvehiclenamefromid help - by -Rebel Son- - 22.03.2011, 22:21

Forum Jump:


Users browsing this thread: 1 Guest(s)