09.05.2009, 19:17
Quote:
|
Originally Posted by OmeRinG
CreateCheckpoint
OnPlayerEnterCheckPoint SetPlayerPos |

But how can I add it on my gamemode?
This is the coords: 3317.8159,2188.7927,11.3846
Something like this?
Код:
public CreateCheckpoint(playerid)
{
CreateCheckpoint(319.0541,-164.5864,999.5938);
SetPlayerPos(playerid);3317.8159,2188.7927,11.3846);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(playerid);3317.8159,2188.7927,11.3846);
return 1;
}
?So I can just add it to my GM ?


