looking for a /spray or /carcolor
#10

Quote:
Originally Posted by IceCube!
Посмотреть сообщение
Hmm heres one I made in 5 seconds in the reply box. Also please try the search button in future.

pawn Code:

pawn Код:
CMD:spray(playerid, params[])
{
   new colour1, colour2;
   if(sscanf(params, "ii", colour1, colour2))
   {
     new Veh = GetPlayerVehicleID(playerid);
     ChangeVehicleColor(vehicleid, colour1, colour2);
     }
     return 1;
}

Tis is gathering you want it for all players.
I think you should read.
Reply


Messages In This Thread
looking for a /spray or /carcolor - by scottygraham1990 - 22.12.2011, 20:53
Re: looking for a /spray or /carcolor - by skaTim - 22.12.2011, 20:54
Re: looking for a /spray or /carcolor - by IceCube! - 22.12.2011, 20:57
Re: looking for a /spray or /carcolor - by scottygraham1990 - 22.12.2011, 20:58
Re: looking for a /spray or /carcolor - by skaTim - 22.12.2011, 21:02
Re: looking for a /spray or /carcolor - by scottygraham1990 - 22.12.2011, 21:02
Re: looking for a /spray or /carcolor - by IceCube! - 22.12.2011, 21:05
Re: looking for a /spray or /carcolor - by scottygraham1990 - 22.12.2011, 21:13
Re: looking for a /spray or /carcolor - by [ABK]Antonio - 22.12.2011, 21:16
Re: looking for a /spray or /carcolor - by [ABK]Antonio - 22.12.2011, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)