30.04.2012, 15:30
Ai gente estou com um problema,eu criei um TextDraw que aparece : Viu Hack? /report [id] motivo sу que quando eu entro no server o TextDraw nгo aparece o cуdigo
Topo do gm
oque tem de errado ?
Topo do gm
pawn Код:
new Text:patrick;
public OnGameModeInit() {
patrick = TextDrawCreate(167, 456, "/report [id] motivo");
TextDrawFont(patrick , 0);
TextDrawLetterSize(patrick , 1, 7);
TextDrawColor(patrick , 0x780729FF);
TextDrawSetOutline(patrick , 0);
TextDrawSetProportional(patrick , 1);
TextDrawSetShadow(patrick , 1);
return 1;
}