SA-MP Forums Archive
SetVehicleNumberPlate =D - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetVehicleNumberPlate =D (/showthread.php?tid=186676)



SetVehicleNumberPlate =D - WillyP - 30.10.2010

pawn Код:
dcmd_test(playerid,params[])
    #pragma unused params
    {
        new vehicleid;
        SetVehicleNumberPlate(vehicleid,"lol");
        SendClientMessage(playerid,RED,"Car numberplate changed!");
    return 1;
}

i had a idea, but it wont work, what i mean by that is the numberplate doesnt change..


Re: SetVehicleNumberPlate =D - TouR - 30.10.2010

Код:
vehicleid = GetPlayerVehicleID(playerid);



Re: SetVehicleNumberPlate =D - Seven. - 30.10.2010

Wiki:
Код:
Warning: This function was removed in SA-MP 0.3. Due to the San Andreas limitations



Re: SetVehicleNumberPlate =D - WillyP - 30.10.2010

still doesnt work


edit:

oh that sucks


Re: SetVehicleNumberPlate =D - The_Moddler - 30.10.2010

Yep, I tryed it too... but it won't work :S