Command help (rep++++++++++++) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Command help (rep++++++++++++) (
/showthread.php?tid=338859)
Command help (rep++++++++++++) -
boyan96 - 01.05.2012
How i can make command /findplayer i wont this command when someone make write /findplayer and id to set a checkpoint the man who i am looking
PHP код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerCheckpoint(playerid, x, y, z, 3.0);
return 1;
}
is this command working


Re: Command help (rep++++++++++++) -
TzAkS. - 01.05.2012
Yes it should work.
Try it before posting.
Re: Command help (rep++++++++++++) -
[DeNi(T)hi] - 01.05.2012
What is this command?
Find player?..Mmm..