/sync - 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: /sync (
/showthread.php?tid=261007)
/sync -
RoCK'N'Rolla - 11.06.2011
yo there,
In lots of A/D server, there is a command called "/sync" or "/s" to respawn player. Does some1 have that command and can share?
Re: /sync -
0_o - 11.06.2011
Quote:
Originally Posted by RoCK'N'Rolla
yo there,
In lots of A/D server, there is a command called "/sync" or "/s" to respawn player. Does some1 have that command and can share?
|
pawn Code:
if (strcmp(cmd, "/sync", true) == 0)
{
SpawnPlayer(playerid);
return 1;
}
Re: /sync -
Wesley221 - 11.06.2011
Nevermind, ignore this one
Re: /sync -
RoCK'N'Rolla - 11.06.2011
ahh.. thanks.
Spawning a player... Does it re-load his/her stamina, too?
Re: /sync -
0_o - 11.06.2011
Quote:
Originally Posted by RoCK'N'Rolla
ahh.. thanks.
Spawning a player... Does it re-load his/her stamina, too?
|
yes it does. (MAYBE)