yom_buttons [include]
#1

I use createbutton in OnGameModeInit (), but the server does not see. Help me.....
Reply
#2

what do you think we are?
Show us the code.
Reply
#3

Quote:

public OnGameModeInit()
{
CreateButton(244.92, 72.29, 1004.27, 0.0);
}
public OnPlayerPressButton(playerid, buttonid)
{
if(buttonid == 1)
{
SendClientMessage(playerid, COLOR_GREY, "TEST.");
return 1;
}
}

code.
Reply
#4

Help me!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)