Hosting Prolem - 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: Hosting Prolem (
/showthread.php?tid=349144)
Hosting Prolem -
kepa333 - 08.06.2012
Sup poeple , My problem is that Names from Icons doesnt showup like this
CreateDynamicPickup(1314, 1, 2455.0969,503.8365,30.0775,0);//FBI
Create3DTextLabel("[Fbi HeadQuarters]",0xFFFF00AA, 2455.0969,503.8365,30.0775, 20,0,1);
The icon does showup but the name doesnt
In my test server , same script etc but i run it on 127.0.0.1 localhost same as :7777 it does work
anyone know whats wrong?
Re: Hosting Prolem -
D.Prizzy - 08.06.2012
Where is the code under? example: OnGamemodeInit, etc...
Re: Hosting Prolem -
kepa333 - 08.06.2012
its under ongamemodeinit btw i didnt had this before. it came up when i edited some lines , Dont remember what
Re: Hosting Prolem -
Yuryfury - 08.06.2012
The only explanation I can think of as to why it would work on a home server but not on the hosted one is if the hosted version wasn't at least 0.3a (when Create3DTextLabel was added). Most hosts have upgraded to 0.3e already so that's unlikely.
So the
most current version shows up on your test/home server but not on the hosted one?
Re: Hosting Prolem -
kepa333 - 08.06.2012
Quote:
Originally Posted by Yuryfury
The only explanation I can think of as to why it would work on a home server but not on the hosted one is if the hosted version wasn't at least 0.3a (when Create3DTextLabel was added). Most hosts have upgraded to 0.3e already so that's unlikely.
So the most current version shows up on your test/home server but not on the hosted one?
|
Server is 0.3e And My home server ip is just a ip i test my server on , My host is hosted from serverffs so if i understand u i couldt fix it by downupdate my server and update it again?