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


Messages In This Thread
problem - by thuron - 17.03.2009, 18:52
Re: problem - by [RP]Rav - 17.03.2009, 18:53
Re: problem - by thuron - 17.03.2009, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)