C:\Users\Desktop\Server\gamemodes\GM.pwn(2948) : error 035: argument type mismatch (argument 1)
C:\Users\Desktop\Server\gamemodes\GM.pwn(2948) : error 012: invalid function call, not a valid address
C:\Users\Desktop\Server\gamemodes\GM.pwn(2948) : warning 215: expression has no effect
C:\Users\Desktop\Server\gamemodes\GM.pwn(2948) : error 001: expected token: ";", but found ")"
C:\Users\Desktop\Server\gamemodes\GM.pwn(2948) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Вот строки:
Код
public OnPlayerLogin(playerid)
{
if( strcmp( key , "DonateMoney" , 1 ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid] [pDonateMoney]= strval( val ); }
}
Помогите)