How to create a checkpoint on the playerpos?
#2

Код:
if (strcmp("/dirk", cmdtext, true, 4) == 0)
	{
  		new Float:x, Float:y, Float:z;
  		GetPlayerPos(playerid, x, y, z);
 		printf("The player left when he was at %f,%f,%f.", x, y, z);
 		SetPlayerCheckpoint(playerid,x, y,z, 3.0);
		return 1;
	}
Reply


Messages In This Thread
How to create a checkpoint on the playerpos? - by dirkblok - 21.10.2009, 08:42
Re: How to create a checkpoint on the playerpos? - by cristab - 21.10.2009, 08:44
Re: How to create a checkpoint on the playerpos? - by dirkblok - 21.10.2009, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)