12.12.2016, 12:59
Was solved! Found an error, it did right, as the wiki said, but it does not work because?
PHP Code:
if(slot == 1)
{
for(new i = 0; i < MAX_PLAYERS; i++) idonline = GetPlayerID(Account[i][pPersonagem1]);
}
if(slot == 2)
{
for(new i = 0; i < MAX_PLAYERS; i++) idonline = GetPlayerID(Account[i][pPersonagem2]);
}
if(slot == 3)
{
for(new i = 0; i < MAX_PLAYERS; i++) idonline = GetPlayerID(Account[i][pPersonagem3]);
}
Code:
C:\Users\User\Desktop\San Andreas Multiplayer\gamemode RP\gamemodes\gamemode2.pwn(512) : error 017: undefined symbol "GetPlayerID" C:\Users\User\Desktop\San Andreas Multiplayer\gamemode RP\gamemodes\gamemode2.pwn(516) : error 017: undefined symbol "GetPlayerID" C:\Users\User\Desktop\San Andreas Multiplayer\gamemode RP\gamemodes\gamemode2.pwn(520) : error 017: undefined symbol "GetPlayerID" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.

