Numbers problem
#1

vehicles.pwn(2701) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.


2701 SetVehicleNumberPlate(SVehInfo [ vehicleid ][ vPlate ]);

Help me plz
Reply
#2

I assume vehicleid is the vehicle ID you need to assign to, so replace the code with:

pawn Код:
SetVehicleNumberPlate(vehicleid, SVehInfo[vehicleid][vPlate]);
You forgot to set a vehicle ID for the function to assign the new plate string to.
Reply
#3

oh thx man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)