SA-MP Forums Archive
DM Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: DM Help (/showthread.php?tid=613435)



DM Help - Hunud - 27.07.2016

How i can get respawn in dm when i get killed ?


Re: DM Help - Deadpoop - 27.07.2016

PHP код:
new InDm[MAX_PLAYERS];
CMD:dm(playeridparams[])
{
      
InDm[playerid] = 1;
      
//rest of your code
}
public 
OnPlayerDeath(playeridkillerid)
{
     if(
InDm[playerid] == 1) return SetPlayerPos(playeriddmxdmydmz);
     return 
1;




Re: DM Help - Hunud - 27.07.2016

I got this error
Quote:

undefined symbol "dmx"




Re: DM Help - Deadpoop - 27.07.2016

Quote:
Originally Posted by Hunud
Посмотреть сообщение
I got this error
Quote:
Originally Posted by Hunud
Посмотреть сообщение
I got this error
*facepalm*

I meant you dm position! Thats just example i cant read your minds and set the position to your dm position!


Re: DM Help - [MG]Dimi - 27.07.2016

Quote:
Originally Posted by Deadpoop
Посмотреть сообщение
*facepalm*

I meant you dm position! Thats just example i cant read your minds and set the position to your dm position!
Relax and explain it nicely. No need to be nervous. Everybody has to learn.


Re: DM Help - Hunud - 27.07.2016

oh damn i fucked thx xd +REP


Re: DM Help - Deadpoop - 27.07.2016

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
Relax and explain it nicely. No need to be nervous. Everybody has to learn.
Im not angry thats just how i explain if i type ! Doesnt mean im angry