GameText Checkpoint?
#4

PHP код:
new n_Checkpoint;
public 
OnGameModeInit()
{
    
SetGameModeText("Blank Script");
        
n_CheckpointCreateCheckpointinfo );
    return 
1;
}
public 
OnPlayerEnterCheckpoint(playerid)
{
    if(
checkpoint == n_Checkpoint)
    {
          
GameTextForPlayer(playerid"Do NOT abuse the neons!"50001);
      
DisablePlayerCheckpoint(playerid);
    }
    return 
1;

Reply


Messages In This Thread
GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 16:05
Re: GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 22:35
Re: GameText Checkpoint? - by Steven82 - 27.07.2012, 22:43
Re: GameText Checkpoint? - by Kakioshe22 - 27.07.2012, 22:48
Re: GameText Checkpoint? - by Steven82 - 27.07.2012, 22:52
Re: GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 23:31
Re: GameText Checkpoint? - by Steven82 - 27.07.2012, 23:43
Re: GameText Checkpoint? - by ArmandoRamiraz - 27.07.2012, 23:44

Forum Jump:


Users browsing this thread: 1 Guest(s)