[Ajuda] Server crasha quando spawna - 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] Server crasha quando spawna (
/showthread.php?tid=376355)
Server crasha quando spawna -
arakuta - 09.09.2012
Servidor tб crashando quando o player spawna... Depois que adicionei isso em onplayerspawn:
pawn Код:
new Float:health;
health = 80.0;
SetPlayerHealth(playerid,health);
TextDrawSetString(life,"80");
TextDrawShowForPlayer(playerid,life);
Da uma help aн
Re: Server crasha quando spawna -
.FuneraL. - 09.09.2012
pawn Код:
new Float:health;
health = 80.0;
SetPlayerHealth(playerid,health);
Coloca sу :
pawn Код:
SetPlayerHealth(playerid, 80);
Re: Server crasha quando spawna -
arakuta - 10.09.2012
deu certo, obg