28.06.2012, 15:23
U need Streamer.
pawn Код:
cp1 = CreateDynamicCP(.All the stuff.);
.
.
.
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == cp1)
{
//SetPlayerInterrior and all other code.
}
return 1;
}