10.12.2014, 23:54
Quote:
Vocк deve botar entre as chaves do OnPlayerCommandText
pawn Код:
|
PHP код:
if(dialogid == 4322)
{
if(response == 0) // Se Ele Apertar Em Cancelar, Ou Seja, Aparecerб o Dialog Denovo, Obrigando ele a Escolher.
{
ShowPlayerDialog(playerid, Escolha, DIALOG_STYLE_LIST, "Escolha o Seu Time","Zumbis\nHumanos","Selecionar","Cancelar");
}
if(response == 1)
{
PHP код:
C:\Users\Jason\Desktop\RPG\gamemodes\GM.pwn(2564) : error 017: undefined symbol "Escolha"