looking for a /spray or /carcolor
#6

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 Код:
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.
when i uses yours i get this error

C:\Users\Joe\Desktop\new samp\gamemodes\dvdrift.pwn(2874) : error 017: undefined symbol "vehicleid"
C:\Users\Joe\Desktop\new samp\gamemodes\dvdrift.pwn(2873) : warning 204: symbol is assigned a value that is never used: "Veh"
C:\Users\Joe\Desktop\new samp\gamemodes\dvdrift.pwn(2873 -- 2876) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
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: 2 Guest(s)