08.03.2009, 07:34
Код:
Can someone please help? i need to have a script that will mark me on the map
i tried this
if(strcmp(cmdtext, "/red", true) == 0)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerCheckpoint(playerid, x, y, z, 6);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "You Are Now Marked!");
return 1;
}
}

im pretty noob at scripting. but if someone can help that would be awesome

