01.03.2009, 16:05
//script top
new NEWCP;
/// this under
public OnGameModeInit()
{
NEWCP = CPS_AddCheckpoint(2196.539062, 604.025451, 11.644821,5,90);
//// this under
public OnPlayerEnterCheckpoint(playerid)
{
if(CPS_IsPlayerInCheckpoint(playerid,NEWCP))
{
SendClientMessage(playerid,0x00C7FFAA,"Checkpoint WORKING YAY");
}
My prob: i make this checkpoint but is there on game but when i enter on it nothing happanes
Dunno whats wrong. NEWCP is my checkpoint
new NEWCP;
/// this under
public OnGameModeInit()
{
NEWCP = CPS_AddCheckpoint(2196.539062, 604.025451, 11.644821,5,90);
//// this under
public OnPlayerEnterCheckpoint(playerid)
{
if(CPS_IsPlayerInCheckpoint(playerid,NEWCP))
{
SendClientMessage(playerid,0x00C7FFAA,"Checkpoint WORKING YAY");
}
My prob: i make this checkpoint but is there on game but when i enter on it nothing happanes
Dunno whats wrong. NEWCP is my checkpoint