[Ajuda] GetTime - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] GetTime (
/showthread.php?tid=433116)
GetTime -
Gleisson_. - 25.04.2013
PHP код:
new time = gettime();
switch( time - LastDeath[ playerid ] )
{
case 0 .. 3:
{
DeathSpam{ playerid }++;
if( DeathSpam{ playerid } == 3 )
{
SendClientMessage(playerid, red, "[Anti-Hack]: {FFFFFF}Vocк foi Kickado por suspeita de {FF0000}Fake Kill {00FF00}(Mortes Falsas).");
Kick(playerid);
format(gString, sizeof(gString), "[Anti-Hack]: {FFFFFF}%s [ID: %d] foi Kickado por suspeita de {FF0000}Fake Kill {00FF00}(Mortes Falsas).", Nome(playerid), playerid);
SendClientMessageToAll(red, gString);
return 1;
}
}
default: DeathSpam{ playerid } = 0;
}
LastDeath[ playerid ] = time;
Este cуdigo estб dando 1 warning, nгo consigo retira-lo!
Код:
...(7167) : warning 219: local variable "time" shadows a variable at a preceding level
Linha:
PHP код:
new time = gettime();
Crйditos do cуdigo: Lorenc_.
Re: GetTime -
robertsz - 26.04.2013
jб possui uma vбriavel time no servidor, exclua uma. eu acho
Re: GetTime -
paulor - 26.04.2013
pawn Код:
new ptime = gettime();
switch( ptime - LastDeath[ playerid ] )
{
case 0 .. 3:
{
DeathSpam{ playerid }++;
if( DeathSpam{ playerid } == 3 )
{
SendClientMessage(playerid, red, "[Anti-Hack]: {FFFFFF}Vocк foi Kickado por suspeita de {FF0000}Fake Kill {00FF00}(Mortes Falsas).");
Kick(playerid);
format(gString, sizeof(gString), "[Anti-Hack]: {FFFFFF}%s [ID: %d] foi Kickado por suspeita de {FF0000}Fake Kill {00FF00}(Mortes Falsas).", Nome(playerid), playerid);
SendClientMessageToAll(red, gString);
return 1;
}
}
default: DeathSpam{ playerid } = 0;
}
LastDeath[ playerid ] = ptime;
Respuesta: GetTime -
Pedro Pawno - 26.04.2013
Sу mudar o nome da variбvel, como o Paulor fez acima.
Re: GetTime -
Gleisson_. - 26.04.2013
Puts, kkkk...
Nem tinha pensado nisso, valeu!!
Re: GetTime -
DevilAgain - 26.04.2013
E depois fala
" Se vocк nгo souber isso se mata" no meu post, e nгo sabe isso...