Dini Login/Register Issue
#8

For the warnings "Number of arguments doesn't match definition" it means you don't have the right number of values put in.

For example, if I used the function AddStaticVehicle, it is definied as this:
pawn Код:
AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2)
so if I did:

pawn Код:
AddStaticVehicle(548, 125.2482, 548.3489, 12.25, 0.0)
it would give that error because I didn't define color1 and color2. Make sure you check those line numbers and the functions. Find the function in the box on the right side of Pawno, and if you click on it it should show the defines at the bottom of the screen. Make sure you have a value for each of those spots.
Reply


Messages In This Thread
Dini Login/Register Issue - by iNoT - 17.06.2010, 17:11
Re: Dini Login/Register Issue - by Flashy - 17.06.2010, 17:14
Re: Dini Login/Register Issue - by iNoT - 17.06.2010, 17:15
Re: Dini Login/Register Issue - by Flashy - 17.06.2010, 17:18
Re: Dini Login/Register Issue - by iNoT - 17.06.2010, 17:27
Re: Dini Login/Register Issue - by Flashy - 17.06.2010, 17:30
Re: Dini Login/Register Issue - by iNoT - 17.06.2010, 17:34
Re: Dini Login/Register Issue - by randomkid88 - 17.06.2010, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)