Surf maps have become highly popular in the last few months so I decided to add another prefix to his mod
Before version:
http://72.21.32.242/~joshb/before.txt - .SMA
ok, So on line '47' it states the prefixs for the sv_checkpistols cvar,
Code:
if ( containi(mapname,"ka_")!=-1 || containi(mapname,"scoutzknivez")!=-1 )
say I want to add 'surf_' to the prefix so I don't respawn with a pistol, It would be
Code:
if ( containi(mapname,"ka_")!=-1 || containi(mapname,"scoutzknivez")!=-1 || containi(mapname,"surf_")!=-1 )
Right? No. I added it, Converted it and uploaded and it dosn't work for me.
Does anyone know the solution? Thanks in advance.
-Josh.