[Ajuda] GetPVarString
#1

Estou tentando pegar um texto que o Player digita mas ta complicado, estou fazendo assim:
PHP код:
SetPVarString(playerid"Ligacao_Taxi"text);
new 
string[100];
GetPVarString(playerid"Ligacao_Taxi"string100
O que estб errado?
Reply
#2

PHP код:
SetPVarString(playerid"Ligacao_Taxi"text);
new 
string[100];
GetPVarString(playerid"Ligacao_Taxi"stringsizeof(string));
print(string); 
isso n funciona?
Reply
#3

Funcionou nгo mano.

@edit

PHP код:
                format(stringsizeof(string), "Destino: %s."GetPVarString(playerid"Ligacao_Taxi"stringsizeof(string)));
                
SendClientMessage(playeridCOLOR_YELLOWstring); 
Reply
#4

Alguйm? ;-;
Reply
#5

PHP код:
SetPVarString(playerid"Ligacao_Taxi"text);
        
new 
string[128]; // Diminua o valor da string fazendo a contagem de quantas letras vai usar (para melhorar o cуdigo)
        
GetPVarString(playerid"Ligacao_Taxi"string128);
format(stringsizeof string"Destino: %s."string);
SendClientMessage(playeridCOLOR_YELLOWstring); 
Eu espero ter te ajudado!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)