Help with vehicle system.
#8

Instead of this:
pawn Код:
VehicleInfo[ID][owner] = PlayerName(playerid);
Do this:
pawn Код:
format( VehicleInfo[ ID ][ owner ], sizeof( VehicleInfo[ ID ][ owner ] ), "%s", PlayerName( playerid ));
//the spacing is not necessary, it's just how I indent my code to keep it tidy. Personal preference.
Reply


Messages In This Thread
Help with vehicle system. - by thefatshizms - 08.01.2013, 17:16
Re: Help with vehicle system. - by Alternative112 - 08.01.2013, 22:19
Re: Help with vehicle system. - by thefatshizms - 09.01.2013, 16:46
Re: Help with vehicle system. - by thefatshizms - 11.01.2013, 17:09
Re: Help with vehicle system. - by LarzI - 11.01.2013, 18:34
Re: Help with vehicle system. - by thefatshizms - 11.01.2013, 22:06
Re: Help with vehicle system. - by park4bmx - 11.01.2013, 22:08
Re: Help with vehicle system. - by LarzI - 11.01.2013, 22:17
Re: Help with vehicle system. - by thefatshizms - 11.01.2013, 22:38
Re: Help with vehicle system. - by Threshold - 12.01.2013, 00:15

Forum Jump:


Users browsing this thread: 3 Guest(s)