19.10.2013, 06:02
I'd rather using Streamer checkpoint in this problem
Make sure you have this include:
then create this:
then, use function callback onplayerenterdynamiccp:
Wish this helped
Make sure you have this include:
pawn Код:
#include <streamer>
pawn Код:
new CP;//making variable
pawn Код:
public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
if(checkpointid == CP)
{
ShowPlayerDialog(..........)//Your code here!
}
return 1;
}