C:\Users\HP\Desktop\samp03z_svr_R1_win32\gamemodes \LLRP0.0.2.pwn(2301) : error 025: function heading differs from prototype C:\Users\HP\Desktop\samp03z_svr_R1_win32\gamemodes \LLRP0.0.2.pwn(20477) : error 035: argument type mismatch (argument 2) C:\Users\HP\Desktop\samp03z_svr_R1_win32\gamemodes \LLRP0.0.2.pwn(23971) : error 035: argument type mismatch (argument 2) C:\Users\HP\Desktop\samp03z_svr_R1_win32\gamemodes \LLRP0.0.2.pwn(55901) : error 035: argument type mismatch (argument 2) C:\Users\HP\Desktop\samp03z_svr_R1_win32\gamemodes \LLRP0.0.2.pwn(56907) : error 025: function heading differs from prototype C:\Users\HP\Desktop\samp03z_svr_R1_win32\gamemodes \LLRP0.0.2.pwn(93220) : warning 213: tag mismatch |
Turns out one of my includes included a y_users.ini.. The y_users.ini had it's own forward on "OnPlayerLogin": OnPlayerLogin(playerid, yid); All I did was replace the "OnPlayerLogin" in my gamemode script with "OnPlayerLogIn" and it worked. I had a feeling there was another one somewhere, just didn't know where. Hiya, anyone have an idea why my OnPlayerLogin stopped working? My OnPlayerRegister works fine... Idk what's wrong.. |