03.04.2013, 18:01
I got an error when i use all commands which needs a playerid to be inputted. When i use such a command, it says that player is offline, even if its an online player. So, I checked it more and after that i found that sscanf is inputting 65536 as the value of playerid when each time we use the command. Thats why its saying that player is not online. I checked the code and didnt find any error in it as i am using one of the released gamemode at samp forums called as PPC_Trucking. This bug occured after i have copied all the includes of the include folder to the .pwn file, except sscanf and other samp includes. I dont know why this happens. Please help me to resolve this issue