Posts: 380
Threads: 16
Joined: Jan 2010
Reputation:
0
I've got a big problem, now that i got myself a VPS with Centos. All the pInfo[MAX_PLAYERS][PlayerInfo] things seem not to work, everything stays on 0. Now this problem is in my gamemode, but they do work in my admin filterscript.
How to solve this?
Posts: 1,831
Threads: 69
Joined: Mar 2008
Reputation:
0
Make sure you didn't upload it to the FTP server in ASCII mode.
Posts: 380
Threads: 16
Joined: Jan 2010
Reputation:
0
Oh c'mon, there should be somebody knowing the answer, right?
Posts: 1,494
Threads: 120
Joined: Dec 2009
Reputation:
0
mind posting your
enum PlayerInfo
and the
new pInfo[MAX_PLAYERS][PlayerInfo]