Only works on Local Host not on 24/7 Host?
#2

Try not to reply on PVar too much.
Example:
SetPVarInt(playerid, "neon", CreateObject...)
can be replaced with:
neon = CreateObject(...

And
DestroyObject(GetPVarInt(playerid, "neon"...
can be replaced with:
DestroyObject(neon

However if you decide to use this, you must put new neon, neon1, neon2, neon3 etc. UNDER switch(listitem)
Reply


Messages In This Thread
Only works on Local Host not on 24/7 Host? - by JaKe Elite - 14.07.2012, 09:27
Re: Only works on Local Host not on 24/7 Host? - by clarencecuzz - 14.07.2012, 09:48
Re: Only works on Local Host not on 24/7 Host? - by JaKe Elite - 14.07.2012, 10:07
Re: Only works on Local Host not on 24/7 Host? - by clarencecuzz - 14.07.2012, 10:12
Re: Only works on Local Host not on 24/7 Host? - by JaKe Elite - 14.07.2012, 10:26
Re: Only works on Local Host not on 24/7 Host? - by JaKe Elite - 14.07.2012, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)