Posts: 201
Threads: 43
Joined: Apr 2011
Reputation:
0
How do i go about getting rid of the spawn selection after death i mean the screen that comes up [<<] [>>] [SPAWN] Because i have to press spawn before my hospital code runs =S
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
I think if you return 1 in OnPlayerRequestClass, player won't get into class selection after death.
Posts: 201
Threads: 43
Joined: Apr 2011
Reputation:
0
its already 1 i tried deleting everything in it and leaving just the 1 that doesnt work and i also tried setting it to 0 that didnt work either any more ideas?
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
You must have some filterscript returning 0. Go through all the filterscripts you use and check it out.
Posts: 201
Threads: 43
Joined: Apr 2011
Reputation:
0
i dont have a single filterscript. ive coded all myself.
Posts: 278
Threads: 0
Joined: Jun 2011
Reputation:
0
This: new bool:Spawned[MAX_PLAYERS char] = {false, ...}; you put under #include <a_samp>