little problem
#6

Use strcmp instead of using ==, since you are trying to compare strings not integers or floats.

pawn Код:
if(!strcmp(boughtcar[playerid], "dumper"))
And also, change the array into this:

pawn Код:
new boughcar[MAX_PLAYERS][64];
Reply


Messages In This Thread
little problem - by mitchboy - 26.02.2012, 14:46
Re: little problem - by Shabi RoxX - 26.02.2012, 14:49
Re: little problem - by mitchboy - 26.02.2012, 15:17
Re: little problem - by emokidx - 26.02.2012, 15:24
Re: little problem - by mitchboy - 26.02.2012, 15:37
Re: little problem - by Universal - 26.02.2012, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)