Where could be a problem?
#2

If you told us what he problem is, maybe errors or something we could help you out.
I did see a problem.
Quote:
Originally Posted by ikey07
Посмотреть сообщение
Where is prob?
pawn Код:
new car = 400-vehid;
        format(cars,sizeof(cars),"%s",VehicleNames[car]);
        GameTextForPlayer(playerid,cars, 3000, 1);
It should be:

pawn Код:
new car = vehid-400;
Otherwise you get a negative number or 0.
But if you could give us your problem we could help.
Reply


Messages In This Thread
Where could be a problem? - by ikey07 - 18.07.2010, 11:48
Re: Where could be a problem? - by [SVRPG]Falcon - 18.07.2010, 12:16
Re: Where could be a problem? - by ikey07 - 18.07.2010, 12:21

Forum Jump:


Users browsing this thread: 1 Guest(s)