SetVehicleNumberPlate Help
#1

SetVehicleNumberPlate Help
Reply
#2

What... do you need help with?
Reply
#3

Wiki Samp SetVehicleNumberPlate ,
Just work On 0.3c Version .. Plain again
Reply
#4

0.3.7?
Reply
#5

I think he wants to know what he needs to do with it or something.
It works like this, you can vehicle plates and they appear on the car like that
PHP код:
CMD:setplates(playerid,params[]) {
    if(!
IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COLOR_RED,"You are not inside any vehicles");
    new 
NewPlates[32];
    if(
sscanf(params,s[32],NewPlates)) return SendClientMessage(playerid,COLOR_RED,"Usage: /setplates [new plates]");
    if(
strlen(params) >= 33) return SendClientMessage(playerid,COLOR_RED,"Maximum 32 characters");
    new 
vid GetPlayerVehicleID(playerid);
    
SetVehicleNumberPlate(vid,NewPlates);
    return 
true;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)