[help] "SetVehicleNumberPlate" how to make that save?
#4

anyway , i use :
/vehplate with dialog , on this script, where can i plant the dini_set configure??

pawn Код:
if(dialogid == 1)
        {
            if(response)
            {
                new Float:x,Float:y,Float:z,Float:ang;
                SetVehicleNumberPlate(GetPlayerVehicleID(playerid), inputtext);
                GetVehiclePos(GetPlayerVehicleID(playerid),x,y,z);
                GetVehicleZAngle(GetPlayerVehicleID(playerid),ang);
                SetVehicleToRespawn(GetPlayerVehicleID(playerid));
                SafeGivePlayerMoney(playerid,-5000);
                SetVehiclePos(GetPlayerVehicleID(playerid),x,y,z);
                PutPlayerInVehicle(playerid,GetPlayerVehicleID(playerid),0);
                SetVehicleZAngle(GetPlayerVehicleID(playerid),ang);
            }
            else
            {
                SendClientMessage(playerid,COLOR_WHITE,"You cancelled!");
                return 1;
            }
            return 1;
        }
*bad english
Reply


Messages In This Thread
[help] "SetVehicleNumberPlate" how to make that save? - by Tama - 21.03.2011, 06:29
Re: [help] "SetVehicleNumberPlate" how to make that save? - by JamesC - 21.03.2011, 08:58
Re: [help] "SetVehicleNumberPlate" how to make that save? - by MadeMan - 21.03.2011, 10:06
Re: [help] "SetVehicleNumberPlate" how to make that save? - by Tama - 21.03.2011, 11:28
Re: [help] "SetVehicleNumberPlate" how to make that save? - by MadeMan - 21.03.2011, 13:45
Re: [help] "SetVehicleNumberPlate" how to make that save? - by Tama - 21.03.2011, 14:08

Forum Jump:


Users browsing this thread: 2 Guest(s)