problem
#1

when i enter this checkpoint, i dont get money or a message or anything. what is the problem?:

Код:
public OnPlayerEnterCheckpointEx(playerid, cpid, name[])
{
//                 PAPER JOB
	if(cpid == house1paperboy)
	SendClientMessage(playerid, COLOR_GREEN, "You sold a paper for $1.");
	GivePlayerMoney(playerid,1);
	house2paperboy = CreateCheckpoint(-2789.6572, -181.1877, 10.0625, 3.0, 9999.9, "house2paperboy",true);
 	return 0;
}
Reply
#2

where is OnPlayerCheckpointEx defined? It's not a standard callback I think
Reply
#3

it's an include: http://forum.sa-mp.com/index.php?topic=64605.0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)