SA-MP Forums Archive
[AJUDA] Bug e Crash - 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] Bug e Crash (/showthread.php?tid=258080)



[AJUDA] Bug e Crash - GuikBretas - 29.05.2011

Pessoal eu to com um problema no meu GM, eu puis a seguinte funзгo em "stock LogarJogador(playerid)":
pawn Код:
SpawnPlayer(playerid);
Mais nгo estб dando Spawn. tem que clicar em SPAWN pra dar certo. e quando dб spawn no Jogador. dб um Crash no Jogo. SA-MP exception alguйm pode ajudar aн?


Re: [AJUDA] Bug e Crash - The Knight - 29.05.2011

No stock de logar o jogador retire isto:
PHP код:
SpawnPlayerplayerid ); 
e coloque:
PHP код:
OnPlayerSpawnplayerid );