Posts: 150
Threads: 5
Joined: Feb 2014
Reputation:
0
Do you have AddPlayerClass in your script ?
Posts: 385
Threads: 10
Joined: Dec 2013
Reputation:
0
Why name the gamemode to something like that, lol.
try changing the gamemode name, see what happens.
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
@MikE1990 ,I got AddPlayerClass in various PWN Files in Game Mode Folder
@Smileys ,I've tried with several names but the problem is still here.
And I've noticed the error name in the SAMP-Server Run,
it's Run time error 20: "Invalid index parameter (bad entry point)"
I've seen that error in the Run.
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
While i was searching for a solution at ******,I've found how to fix that problem,it was to add Main() to the script,Now i dont see any error when i run the SAMP-Server,But i still get the White window problem and i dont get any box to include my password.
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
Yeah Just Included it to the script,And it solved the error occurred in SAMP-Server Run,But the white screen problem is still can be seen
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
This is caused by not having at least one proper class or by faulty world bounds, so check both.
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
I will check my classes BTW what you mean by faulty world bounds?
Posts: 277
Threads: 40
Joined: Sep 2012
Reputation:
0
Use
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid, 0);
when some one register or login
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
I will check the classes.BTW what is faulty world bound?
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
I have checked the Classes very well and no mistakes in it,Also I've tried Reinstralling 0.3.7 Windows Server,But the error is still!! Any Solution please?
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
Is your gamemode new? Or does it already have a bunch of lines? But anyway, post it here if you do not mind.