What did I do wrong?
#4

Quote:
Originally Posted by SkizzoTrick
Посмотреть сообщение
WOw this is a nooby question but read Wiki next time

You want it to get deleted?
pawn Код:
public OnPlayerEnterCheckpoint(...)
{
   if(IsPlayerInRangeOfPoint(playerid,10.0,1184.7054,-3702.7004,5.5726))
       {
        GameTextForPlayer(playerid,"Welcome to LS",5000,5);
        DisablePlayerCheckpoint(playerid);
       }
   if(IsPlayerInRangeOfPoint(playerid,10.0,3708.5895,-1507.7553,8.3544))
       {
        GameTextForPlayer(playerid,"Welcome to LE",5000,5);
        DisablePlayerCheckpoint(playerid);
       }//Just repeat this
return 1;
}
or if you want only deletion:

pawn Код:
public OnPlayerEnterCheckpoint(...)
{
   DisablePlayerCheckpoint(playerid);
return 1;
}
What should I add in the ... dots?
pawn Код:
public OnPlayerEnterCheckpoint(...)
{
   DisablePlayerCheckpoint(playerid);
return 1;
}
Reply


Messages In This Thread
What did I do wrong? - by propilot - 25.12.2010, 00:06
Re: What did I do wrong? - by [JnA]DukeNukem - 25.12.2010, 00:10
Re: What did I do wrong? - by SkizzoTrick - 25.12.2010, 00:37
Re: What did I do wrong? - by propilot - 25.12.2010, 00:46
Re: What did I do wrong? - by willsuckformoney - 25.12.2010, 01:24
Re: What did I do wrong? - by propilot - 25.12.2010, 02:24

Forum Jump:


Users browsing this thread: 1 Guest(s)