Quote:
Originally Posted by Konstantinos
pawn Код:
native CreateCheckpoint(ownerid, chpid, Float:posX, Float:posY, Float:posZ);
from that include. As you can see, you have added an extra float at the end of it (1.0) when the function doesn't have 6 arguments, but 5.
pawn Код:
CreateCheckpoint(GLOBAL_OWNER_ID, NVPD_BASE_BOTT_CP, 2268.0991, 2449.2891, -7.1953);
|
Sorry, didn't see your post....and very sorry to triple post. Thank you.