03.03.2009, 21:50
I get this error
error 035: argument type mismatch (argument 5)
on these 2 lines
1st Line = Part of "public SetTeamWaypoint(job, Float, Float:y, Float:z, Floatize[])"
2nd Line = Part of the Script place its getting inputed into.
error 035: argument type mismatch (argument 5)
on these 2 lines
1st Line = Part of "public SetTeamWaypoint(job, Float, Float:y, Float:z, Floatize[])"
Код:
SetPlayerCheckpoint(i, Float:x, Float:y, Float:z, Float:size);
Код:
SetTeamWaypoint(job, posX, posY, posZ, 5);