[HELP] cusom gamemode - 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: [HELP] cusom gamemode (
/showthread.php?tid=109890)
[HELP] cusom gamemode -
krashis - 22.11.2009
i made a custom gamemode for my server.
when i go in server there is not showing any player skin or something like that
and i can only spawn i one location
btw how can i change the image what is showing when i chose player skin or spawn location?
Re: [HELP] cusom gamemode -
kukars22 - 22.11.2009
under
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerCameraPos(playerid, x,y,z);
SetPlayerCameraLookAt(playerid, x,y,z);
SetPlayerPos(playerid, x,y,z);
}
Re: [HELP] cusom gamemode -
krashis - 22.11.2009
thanks