02.07.2017, 01:05
Intenta asi
PHP код:
//arriba de todo //
#define MODE "Freeroam"
// Y esto en OngameM
public OnGameModeInit(){
SetGameModeText(""MODE"");
return 1;
}
