SA-MP Forums Archive
Will this command effect hole server? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Will this command effect hole server? (/showthread.php?tid=88242)



Will this command effect hole server? - [mad]MLK - 25.07.2009

Will this command change the gravity of the hole server ot just the player?:
Code:
if(strcmp(cmdtext, "/moon", true) == 0)
{
  SetGravity(0);
  return 1;
}
If it effects the hole server how would i get it just for the individuale player because it dosent work for putting playerid in.


Re: Will this command effect hole server? - Karlip - 25.07.2009

Server.

Use YSF plugin,it has SetPlayerGravity.



Re: Will this command effect hole server? - RyDeR` - 25.07.2009

Quote:
Originally Posted by Karlip
Server.

Use YSF plugin,it has SetPlayerGravity.
Can you give the plugin please a link.. ?? I need something like this