12.08.2017, 23:05
(
Последний раз редактировалось Jonorusc; 12.08.2017 в 23:10.
Причина: tira o ; da aqui carrega elas
)
vou manda 1, e dizer como estou usando.
mas na hora de entrar no servidor, ela nгo estб aparecendo, enгo tem warnings, ai tipo, to sem entender!
PHP код:
em on player connect
AquiCarregaElas(playerid);
stock AquiCarregaElas(playerid){
TxTSenha[playerid] = CreatePlayerTextDraw(playerid, 257.000000, 212.799987, "Maximo 8 caracteres");
PlayerTextDrawLetterSize(playerid, TxTSenha[playerid], 0.198499, 1.643555);
PlayerTextDrawAlignment(playerid, TxTSenha[playerid], 1);
PlayerTextDrawTextSize(playerid, TxTSenha[playerid], 2.0, 3.6);
PlayerTextDrawColor(playerid, TxTSenha[playerid], -1);
PlayerTextDrawSetShadow(playerid, TxTSenha[playerid], 0);
PlayerTextDrawSetOutline(playerid, TxTSenha[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, TxTSenha[playerid], 51);
PlayerTextDrawFont(playerid, TxTSenha[playerid], 1);
PlayerTextDrawSetProportional(playerid, TxTSenha[playerid], 1);
PlayerTextDrawSetSelectable(playerid, TxTSenha[playerid], true);
}
em request spawn
PlayerTextDrawShow(playerid, TxTSenha[playerid]);