31.03.2011, 00:06
They are defined locally in a stock.
That stock is
And The error is
And the code is:
Yeah i just noticed it was erroring on a diff line then i originally thought, but still i dnno whats wrong.
BTW what im trying to do with this system is base pay off how long the mission is, just so you know what im trying to acheive.
That stock is
pawn Код:
stock CreatePlayerMission(playerid, bool:TrailerCheck, MissionPay2, Float:Startx, Float:Starty, Float:Startz, Float:Endx, Float:Endy, Float:Endz)
Код:
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(4809) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
pawn Код:
new Float:pay;
pay = Distance(Startx,Starty,Starty,Endx,Endy,Endz);
minfo[playerid][Pay] = pay;//4809
BTW what im trying to do with this system is base pay off how long the mission is, just so you know what im trying to acheive.