Checkpoint help! ( With Code )
#1

Код:
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;
}
}
but only i can see it.. and it doesnt follow where i go HELP PLEASE

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


Messages In This Thread
Checkpoint help! ( With Code ) - by Jaztek_Hodzic - 08.03.2009, 07:34
Re: Checkpoint help! ( With Code ) - by hazdog - 08.03.2009, 07:48
Re: Checkpoint help! ( With Code ) - by Jaztek_Hodzic - 08.03.2009, 07:49
Re: Checkpoint help! ( With Code ) - by 56avenue - 08.03.2009, 07:52
Re: Checkpoint help! ( With Code ) - by Jaztek_Hodzic - 08.03.2009, 07:53
Re: Checkpoint help! ( With Code ) - by 56avenue - 08.03.2009, 07:56
Re: Checkpoint help! ( With Code ) - by Jaztek_Hodzic - 08.03.2009, 07:57

Forum Jump:


Users browsing this thread: 1 Guest(s)