21.10.2009, 08:44
Код:
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;
}

