29.06.2013, 16:07
(
Последний раз редактировалось Hargrave; 29.06.2013 в 16:26.
Причина: Solved
)
Hello.
I updated YSI on my script and then I got four errors that says:
And here's the lines:
Line 553:
Line 16902:
Line 59194:
Line 72583:
I guess it's something wrong with OnPlayerLogin, but I am not the best scripter. What can it be? 
SOLVED!
I edited OnPlayerLogin to OnPlayerLogIn and it worked
I updated YSI on my script and then I got four errors that says:
Quote:
(553) : error 025: function heading differs from prototype (16902) : error 025: function heading differs from prototype (59194) : error 035: argument type mismatch (argument 2) (72583) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Line 553:
Quote:
forward OnPlayerLogin(playerid,password[]); |
Quote:
public OnPlayerLogin(playerid,password[]) |
Quote:
OnPlayerLogin(playerid,tmp); |
Quote:
OnPlayerLogin(playerid,tmppass); |

SOLVED!
I edited OnPlayerLogin to OnPlayerLogIn and it worked
