Few Errors'
#1

Code :

Connect
Код:
public OnPlayerConnect(playerid)
{
        pAFK[playerid] == 0;
}
Disconnect
Код:
public OnPlayerDisconnect(playerid)
{
    pAFK[playerid] = 0;
    return 1;
}
Код:
C:\Users\\Downloads\\gamemodes\Phantom.pwn(99) : error 029: invalid expression, assumed zero
C:\Users\\Downloads\\gamemodes\Phantom.pwn(99) : warning 215: expression has no effect
C:\Users\\Downloads\[\gamemodes\Phantom.pwn(99) : error 001: expected token: ";", but found "]"
C:\Users\\Downloads\\gamemodes\Phantom.pwn(99) : error 029: invalid expression, assumed zero
C:\Users\\Downloads\\gamemodes\Phantom.pwn(99) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply


Messages In This Thread
Few Errors' - by Yamakei - 26.10.2012, 21:22
Re: Few Errors' - by gtakillerIV - 26.10.2012, 21:57
Re: Few Errors' - by Yamakei - 26.10.2012, 22:02
Re: Few Errors' - by gtakillerIV - 26.10.2012, 22:04
Re: Few Errors' - by Yamakei - 26.10.2012, 22:05
Re: Few Errors' - by Yamakei - 27.10.2012, 00:07
Re: Few Errors' - by JaKe Elite - 27.10.2012, 01:32
Re: Few Errors' - by Yamakei - 27.10.2012, 01:39
Re: Few Errors' - by JaKe Elite - 27.10.2012, 01:51
Re: Few Errors' - by Yamakei - 27.10.2012, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)