30.06.2016, 19:51
There is no change to like Stinged said. You have to remove 'modelidd' from:
{code]warning 208: function with tag result used before definition, forcing reparse[/code]
You need to place your function before use him.
PHP код:
new modelidd, vehcol1 = 8, vehcol2 = 15, dispz = 0;
VehicSpawn(playerid, modelid, vehcol1, vehcol2, dispz);
You need to place your function before use him.