22.07.2014, 21:05
Help me! OnPlayerCommandText don't work on GameModeInit...
see what i did i have main only, OnGameModeInit and OnPlayerCommandText
and that don't do nothing@!!!
please help me ty.
see what i did i have main only, OnGameModeInit and OnPlayerCommandText
and that don't do nothing@!!!
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
printf("commandtext");
return 1;
}


