21.10.2009, 08:42
Hey,
I have a small question...
I have this code but why doesn't it work? can someone make a working code for me?
Thanks
I have a small question...
Код:
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,Float:x, Float:y, Float:z, 3.0);
return 1;
}
Thanks


