SA-MP Forums Archive
Weburl - 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: Weburl (/showthread.php?tid=276136)



Weburl - James_Bourne - 12.08.2011

Well, how do u change weburl in sf cnr i changed all weburl forums to my forum but still when u are on samp and gone connect on the right its http: i try to search in samp about http: but it doesnt come anything.It only come the link of my forums. 1 more thing in single player u can run fast but in raven's rolepaly and sfcnr u can't i mean how do i do so that i can run like in singleplayer.In many cops n robbers u can run like in single player.


Re: Weburl - MadeMan - 12.08.2011

Did you search all SendRconCommand functions in your gamemode and filterscripts and also changed in server.cfg?

Don't add 'http://' to the URL.

https://sampwiki.blast.hk/wiki/UsePlayerPedAnims


Re: Weburl - James_Bourne - 12.08.2011

https://sampwiki.blast.hk/wiki/UsePlayerPedAnims that i add that under ongame mode init the codes but doesnt work.


Re: Weburl - PhoenixB - 12.08.2011

Could you show the code at those lines


Re: Weburl - James_Bourne - 12.08.2011

Its onther ongamemodeinit

Код:
	public OnGameModeInit()
	{
i putted the code on the link under ongamemodeinit
Код:
	public OnGameModeInit()
	{
    UsePlayerPedAnims();
    return 1;
	}



Re: Weburl - PhoenixB - 12.08.2011

In your script is all Filterscript related things deleted such as

#endif

and public OnFilterScriptInit and OnFilterScriptExit etc, once they are show me again your errors please.


Re: Weburl - James_Bourne - 12.08.2011

i don't have filter script when i downloaded sf cnr it doesnt had folder as Filterscript.