SA-MP Forums Archive
[Pedido] Conectar e sair - 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: [Pedido] Conectar e sair (/showthread.php?tid=344880)



[Pedido] Conectar e sair - kinhobryant - 23.05.2012

Qual o nome do codigo que quando player entra aparece azul do lado > e quando sai tbm esqeuci completamente o nome do codigo vlw


Re: [Pedido] Conectar e sair - Matheus_Ecko - 23.05.2012

chat kill

SendDeathMessage(killerid, -1, 201); // OnPlayer Disconnect

SendDeathMessage(playerid, -1, 200); // OnPlayerConnect


Re: [Pedido] Conectar e sair - kinhobryant - 23.05.2012

Disconnect killerid?


Re: [Pedido] Conectar e sair - [JD]BlackFire - 23.05.2012

pawn Код:
SendDeathMessage(-1, playerid, 200);//conectando
SendDeathMessage(-1, playerid, 201);//disconectando