Help?
#4

I'd rather using Streamer checkpoint in this problem

Make sure you have this include:
pawn Код:
#include <streamer>
then create this:
pawn Код:
new CP;//making variable
then, use function callback onplayerenterdynamiccp:
pawn Код:
public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
if(checkpointid == CP)
{
ShowPlayerDialog(..........)//Your code here!
}
return 1;
}
Wish this helped
Reply


Messages In This Thread
Help? - by eblood1 - 19.10.2013, 05:51
Re: Help? - by TehMiles - 19.10.2013, 05:57
Re: Help? - by eblood1 - 19.10.2013, 06:01
Re: Help? - by qazwsx - 19.10.2013, 06:02
Re: Help? - by TehMiles - 19.10.2013, 06:06
Re: Help? - by eblood1 - 19.10.2013, 06:11
Re: Help? - by TehMiles - 19.10.2013, 06:33
Re: Help? - by DanishHaq - 19.10.2013, 06:36

Forum Jump:


Users browsing this thread: 2 Guest(s)