26.09.2011, 17:01
PlayerInfo[extraid][pCarTicket] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "CarTicket");
PlayerInfo[extraid][pTut] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Tutorial");
PlayerInfo[extraid][pSex] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Sex");
PlayerInfo[extraid][pChanges] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Changes");
strmid(PlayerInfo[extraid][pAdmName], CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName"), 0, strlen(CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName")), 255);
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 5) : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 6) : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 7) : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 9) : error 035: argument type mismatch (argument 4)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Thanks for the help.
Regards from ME
PlayerInfo[extraid][pTut] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Tutorial");
PlayerInfo[extraid][pSex] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Sex");
PlayerInfo[extraid][pChanges] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Changes");
strmid(PlayerInfo[extraid][pAdmName], CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName"), 0, strlen(CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName")), 255);
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 5) : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 6) : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 7) : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 : error 035: argument type mismatch (argument 3)
C:\Users\nishki\Desktop\GTALS\gamemodes\RP.pwn(254 9) : error 035: argument type mismatch (argument 4)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Thanks for the help.
Regards from ME