08.09.2013, 07:29
Well that's what I made but I am looking forward to update the checkpoint, I mean when the player moves the checkpoint will update at his position, how to do that?
Код:
CMD:backup(playerid,params[]) { if(pInfo[playerid][LSPD] >= 1) { new string[126],Float:x, Float:y, Float:z; format(string,sizeof(string),"[Dispatch]: %s is requesting backup at %s!",RemoveUnderScore(playerid),GetPlayerArea(playerid)); SendCopMessage(COLOR_BLUE,string); GetPlayerPos(playerid,x,y,z); SetPlayerCheckpoint(playerid,x,y,z,5.0); } }