Got a weird error :S
#9

give the checkpoints id like
pawn Код:
new CPS1;
 new CPid = -1; //CPID
pawn Код:
CPS1 == CreateCheckpoint(blabla);
pawn Код:
OnPlayerEnterCheckpoint(blabla)
{
 printf("CPid: %d", CPiD);
 if(CPiD == CPS1) {
 SendClientMessage(playerid,COLOR_BLUE,"YOU STINK");
 }
 if(CPiD == CPS2) { //first new CPid and CPS2 == ...
 //commands
 }
return 1;
}
Reply


Messages In This Thread
Got a weird error :S - by DragonBlaster50 - 28.07.2010, 11:14
Re: Got a weird error :S - by Hiddos - 28.07.2010, 11:21
Re: Got a weird error :S - by DragonBlaster50 - 28.07.2010, 11:37
Re: Got a weird error :S - by DragonBlaster50 - 28.07.2010, 12:22
Re: Got a weird error :S - by ViruZZzZ_ChiLLL - 28.07.2010, 12:27
Re: Got a weird error :S - by DragonBlaster50 - 28.07.2010, 12:29
Re: Got a weird error :S - by DragonBlaster50 - 28.07.2010, 12:31
Re: Got a weird error :S - by DragonBlaster50 - 28.07.2010, 13:24
Re: Got a weird error :S - by selten98 - 28.07.2010, 14:25
Re: Got a weird error :S - by DragonBlaster50 - 28.07.2010, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)