robbank cp prob
#6

pawn Код:
new bankrobcp;
That goes anywhere in your script but NOT in a callback or function.

pawn Код:
bankrobcp = CreateDynamicCP(...);
Fill in the ... with what you have now, and replace the old line with that one.

Now, if you want to check if someone is in the checkpoint:

pawn Код:
if(IsPlayerInDynamicCP(playerid, bankrobcp))
{
//code here
}
Reply


Messages In This Thread
robbank cp prob - by Kar - 12.06.2010, 00:44
Re: robbank cp prob - by (SF)Noobanatior - 12.06.2010, 01:38
Re: robbank cp prob - by Kar - 12.06.2010, 01:41
Re: robbank cp prob - by (SF)Noobanatior - 12.06.2010, 01:42
Re: robbank cp prob - by Kar - 12.06.2010, 01:46
Re: robbank cp prob - by TheInnocentOne - 12.06.2010, 02:58
Re: robbank cp prob - by Kar - 12.06.2010, 03:13
Re: robbank cp prob - by TheInnocentOne - 12.06.2010, 03:16
Re: robbank cp prob - by Kar - 12.06.2010, 03:17
Re: robbank cp prob - by TheInnocentOne - 12.06.2010, 03:18

Forum Jump:


Users browsing this thread: 4 Guest(s)