[Ajuda] Verificar valor da variavel
#1

galera, nгo estou lembrando como se faz pra verificar o valor da variavel eu fiz desse geito:
pawn Code:
//TOPO Do gamemode
new tanogod;

//onplayercommand
if (strcmp("/god", cmdtext, true, 10) == 0)
{
tanogod = 1;
SetPlayerHealth(playerid, 10000);
SendClientMessage(playerid, -1, "[GOD] Vocк ativou o modo god, para desativar digite: (/god)");
return 1;
}

if (strcmp("/ofgod", cmdtext, true, 10) == 0)
{
if tanogod = 0;
{
 sendclientmessage(playerid, "teste");
}
else
{
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, -1, "[GOD] Vocк desativou o modo god. (/god)");
}
return 1;
}
estб certo? sim ou nгo? poderiam me ajudar, nгo lembro como que era... ;/
Reply


Messages In This Thread
Verificar valor da variavel - by LucaAllexandre - 22.07.2013, 23:13
Re: Verificar valor da variavel - by WLSF - 22.07.2013, 23:18
Re: Verificar valor da variavel - by LucaAllexandre - 22.07.2013, 23:20
Re: Verificar valor da variavel - by WLSF - 22.07.2013, 23:21
Re: Verificar valor da variavel - by PT - 22.07.2013, 23:26
Re: Verificar valor da variavel - by LucaAllexandre - 22.07.2013, 23:34
Re: Verificar valor da variavel - by PT - 23.07.2013, 00:22

Forum Jump:


Users browsing this thread: 1 Guest(s)