Command Error
#4

It says that the variable you've defined, it is not used. You can delete this or just use it somewhere.
The one that I worry about is the error. That error is caused because the main(). Is it like this?
pawn Код:
#include <a_samp>
// rest of includes

main() {}

public OnGameModeInit()
{
    // code;
    return 1;
}
// rest of callbacks
Reply


Messages In This Thread
Command Error - by raamiix - 09.12.2012, 10:27
Re: Command Error - by Konstantinos - 09.12.2012, 10:30
Re: Command Error - by raamiix - 09.12.2012, 10:32
Re: Command Error - by Konstantinos - 09.12.2012, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)