Checkpoints
#2

Код:
DisablePlayerCheckpoint(playerid);
Код:
CMD:deletecheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
return 1;
}
Код:
if(!strcmp(cmdtext, "/deletecheckpoint", true))
{
	DisablePlayerCheckpoint(playerid);
	return 1;
}
Reply


Messages In This Thread
Question about Checkpoints - by Sarra - 01.08.2014, 10:23
Re: Checkpoints - by Slicebook - 01.08.2014, 10:47
Re: Checkpoints - by Sarra - 01.08.2014, 10:57
Re: Checkpoints - by Slicebook - 01.08.2014, 11:13
Re: Checkpoints - by Sarra - 01.08.2014, 11:53
Re: Checkpoints - by Konstantinos - 01.08.2014, 12:10
Re: Question about Checkpoints - by davve95 - 02.08.2014, 09:02

Forum Jump:


Users browsing this thread: 2 Guest(s)