06.12.2014, 17:37
Код:
E:\scripts\Marx Gaming\gamemodes\MR.pwn(7264) : error 025: function heading differs from prototype

Код:
public OnPlayerClickTextDraw(playerid, response, Text:textid)
{
if(textid == Wheels[3])
{
if(response)
{
SetPlayerSkin(playerid, 0);
}
}
else if(textid == Wheels[4])
{
SetPlayerSkin(playerid, 0);
}
else if(textid == Wheels[5])

