24.09.2014, 12:23
Код:
D:\SC-RP\gamemodes\BCRP.pwn(13) : fatal error 100: cannot read from file: "mSelection"
D:\SC-RP\gamemodes\BCRP.pwn(13) : fatal error 100: cannot read from file: "mSelection"
https://sampforum.blast.hk/showthread.php?tid=407045 put this include in pawno folder/includes
|
That means you are using another pawno for other server. Like for example
You have 2 servers folders. So server1 folder have pawno folder + server2 folder have also. In-short if you use other server pawno so that use their includes not other server includes. Try to use this: Computer: D: SC/RP>Pawno>pawno.exe>Open 'BSRP.pwn' |
SetPlayerPos(playerid, RandomAPrison[rand][0], RandomAPrison[rand][1],RandomAPrison[rand][2], RandomAPrison[rand][3], RandomAPrison[rand][4],RandomAPrison[rand][5], RandomAPrison[rand][6], RandomAPrison[rand][7],RandomAPrison[rand][8], RandomAPrison[rand][9], RandomAPrison[rand][10],RandomAPrison[rand][11], RandomAPrison[rand][12], RandomAPrison[rand][13]);