why this /car command gives me errors?
#8

Can you show us atleast the line 9639?

EDIT:
pawn Код:
if(sscanf(params, "sI(-1)I(-1)", aVehicle, Color1, Color2))
By the way, aVehicle should be a string.
pawn Код:
new aVehicle[ 64 ];
if(sscanf(params, "s[64]I(-1)I(-1)", aVehicle, Color1, Color2))
Reply


Messages In This Thread
why this /car command gives me errors? - by niels44 - 21.11.2012, 08:21
Re: why this /car command gives me errors? - by Glad2BeHere - 21.11.2012, 08:25
Re: why this /car command gives me errors? - by niels44 - 21.11.2012, 08:28
Re: why this /car command gives me errors? - by Glad2BeHere - 21.11.2012, 08:40
Re: why this /car command gives me errors? - by niels44 - 21.11.2012, 08:44
Re: why this /car command gives me errors? - by Glad2BeHere - 21.11.2012, 08:56
AW: why this /car command gives me errors? - by Skimmer - 21.11.2012, 08:58
Re: why this /car command gives me errors? - by Konstantinos - 21.11.2012, 09:03
Re: why this /car command gives me errors? - by niels44 - 21.11.2012, 09:10
Re: why this /car command gives me errors? - by Konstantinos - 21.11.2012, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)