How to make a value?
#6

Example (I'm writing the code now, sorry for mistakes):
pawn Код:
CMD:numberplate(playerid,params[])
{
    if(strlen(params[0]) == 0) return SendClientMessage(playerid,-1,"USAGE: /numberplate [value]");
    SetVehicleNumberPlate(GetPlayerVehicleID(playerid));
    SetVehicleToRespawn(GetPlayerVehicleID(playerid));
    return 1;
}
Reply


Messages In This Thread
How to make a value? - by styl3raaa - 03.10.2011, 14:45
Re: How to make a value? - by iPLEOMAX - 03.10.2011, 14:55
Re: How to make a value? - by styl3raaa - 03.10.2011, 15:06
Re: How to make a value? - by Kingunit - 03.10.2011, 15:18
Re: How to make a value? - by styl3raaa - 03.10.2011, 15:43
Re: How to make a value? - by FireCat - 03.10.2011, 15:43
Re: How to make a value? - by iPLEOMAX - 03.10.2011, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)