Checkpoint Manager
#6

I cannot download this file (Says file not found or removed). Anyway look this error comes when you have more or less arguments than you should have. Example:

pawn Код:
SendClientMessage(playerid, -1, "Message", true);
This would give me the number of arguments does not match definition
error because SendClientMessage does not take 4 parameters but 3 so it should be:

pawn Код:
SendClientMessage(playerid, -1, "Message");
The point of this is that you might be using the CreateCheckpoint function with more or less arguments so go check the defination of it and how many arguments it takes.
Reply


Messages In This Thread
Checkpoint Manager - by StrangeLove - 19.07.2012, 02:30
Re: Checkpoint Manager - by [KHK]Khalid - 19.07.2012, 02:33
Re: Checkpoint Manager - by StrangeLove - 19.07.2012, 02:49
Re: Checkpoint Manager - by [KHK]Khalid - 19.07.2012, 02:53
Re: Checkpoint Manager - by StrangeLove - 19.07.2012, 02:54
Re: Checkpoint Manager - by [KHK]Khalid - 19.07.2012, 03:26

Forum Jump:


Users browsing this thread: 2 Guest(s)