17.03.2013, 09:54
Код:
#define FUNCTION:%0(%1) \ forward%0(%1); \ public%0(%1)
Код:
FUNCTION: OnPlayerLogin(playerid,password[])
Код:
error 025: function heading differs from prototype
Код:
OnPlayerLogin(playerid,tmppass);
Код:
error 035: argument type mismatch (argument 2)