13.07.2009, 13:46
Quote:
|
Originally Posted by Weirdosport
You'd have to store in a variable which one they entered. For example:
pawn Код:
|
Код:
new Entered[MAX_PLAYERS];
Like for example this is my code for Cluckin Bell 1 near ammunation
Код:
cp1 = CreateCheckpoint(-2672.1492,258.8858,4.6328, 1.5);
Код:
if(cpid == cp1)
{
SetPlayerPos(playerid,366.3479,-9.3643,1001.8516);
SetPlayerInterior(playerid, 9);
}

