16.02.2010, 00:48
In SA-MP, which should appear the name I put in SetGameModeText only appears Blank Script. What's wrong with the code?
Код:
public OnGameModeInit()
{
print("Carregando RPG ");
SetGameModeText("Profissхes RPG");
AllowInteriorWeapons(1);
SetTimer("RandomMSGs",60000,1);
bla bla bla bla

