The server didn't respond, Retrying. - 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: The server didn't respond, Retrying. (
/showthread.php?tid=426910)
The server didn't respond, Retrying. -
ThisIsAdrian - 30.03.2013
Its all good now.
Re: The server didn't respond, Retrying. -
ThisIsAdrian - 30.03.2013
Someone please help
Re: The server didn't respond, Retrying. -
Scyattica - 30.03.2013
Wrong server/client version
Re: The server didn't respond, Retrying. -
P3DRO - 30.03.2013
try to fix your warnings... but thats not the problem, rename your gm to vortexroleplay. dont use capital letters.
Re: The server didn't respond, Retrying. -
ThisIsAdrian - 30.03.2013
Quote:
Originally Posted by Scyattica
Wrong server/client version
|
Quote:
Originally Posted by P3DRO
try to fix your warnings... but thats not the problem, rename your gm to vortexroleplay. dont use capital letters.
|
I have the latest Server / Client versions.
I have renamed the GameMode and compiled it again but it never helped
Still have 30 Warnings.
Re: The server didn't respond, Retrying. -
P3DRO - 30.03.2013
the rename wont fix the warnings... but it should let you run your gm
Re: The server didn't respond, Retrying. -
Private200 - 30.03.2013
You can run it, but with all these warnings. To fix them, remove the lines "new blla blla blla;" over the lines where it appears, like:
Код:
C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3837) : warning 204: symbol is assigned a value that is never used: "string"
C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3835) : warning 204: symbol is assigned a value that is never used: "vehicleid"
Line 3837: You got to delete the "string" and "vehicleid" from the "new string[2000], vehicleid;
It's like that. I don't know how the lines are. If you provide me the place where these warnings happens, i'll fix them for you,
Re: The server didn't respond, Retrying. -
ThisIsAdrian - 30.03.2013
Quote:
Originally Posted by Private200
You can run it, but with all these warnings. To fix them, remove the lines "new blla blla blla;" over the lines where it appears, like:
Код:
C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3837) : warning 204: symbol is assigned a value that is never used: "string"
C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3835) : warning 204: symbol is assigned a value that is never used: "vehicleid"
Line 3837: You got to delete the "string" and "vehicleid" from the "new string[2000], vehicleid;
It's like that. I don't know how the lines are. If you provide me the place where these warnings happens, i'll fix them for you,
|
Hey, I've put a link to the GameMode.