[Ajuda] A verificaзгo nгo estб respondendo.
#1

Eu mudei o cуdigo, queria saber como й que faзo para salvar como letras?

PHP код:
    if (strcmp(PlayerInfo[playerid][pPersonagem1] == "Vazio"format(strsizeof(str), "Vazio");
    else 
format(strsizeof(str), "%s"PlayerInfo[playerid][pPersonagem1]);
    
PlayerTextDrawSetString(playeridPlayerInfo[playerid][pTextDraws][2], str);
    if (
strcmp(PlayerInfo[playerid][pPersonagem2] == "Vazio"format(strsizeof(str), "Vazio");
    else 
format(strsizeof(str), "%s"PlayerInfo[playerid][pPersonagem2]);
    
PlayerTextDrawSetString(playeridPlayerInfo[playerid][pTextDraws][3], str);
    if (
strcmp(PlayerInfo[playerid][pPersonagem3] == "Vazio"format(strsizeof(str), "Vazio");
    else 
format(strsizeof(str), "%s"PlayerInfo[playerid][pPersonagem3]);
    
PlayerTextDrawSetString(playeridPlayerInfo[playerid][pTextDraws][4], str); 
PHP код:
PlayerInfo[playerid][pPersonagem1] = "Vazio";
PlayerInfo[playerid][pPersonagem2] = "Vazio";
PlayerInfo[playerid][pPersonagem3] = "Vazio"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)