GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: cheesebmth - 2017. Június 02. - 20:31:06

Cím: SetGameModeText
Írta: cheesebmth - 2017. Június 02. - 20:31:06
Sziasztok.
 
Gyors kérdésem lenne, hogy tudom a textdrawból a stringet lekérni a SetGameModeText -be?
Cím: SetGameModeText
Írta: wRt - 2017. Június 03. - 21:34:42
Kifejtenéd egy kicsit?
Cím: SetGameModeText
Írta: Flash - 2017. Június 04. - 14:40:09
new gmtext[32];
 
public OnGameModeInit() {
    AntiDeAMX();
 
    format(gmtext, sizeof(gmtext), \"Mód név\");
    SetGameModeText(gmtext);
    return 1;
}
 
 
 
Lekérdezés meg simán a gmtext-el.
Cím: SetGameModeText
Írta: cheesebmth - 2017. Június 04. - 18:40:19
Pontosan erre gondoltam, köszi szépen flash