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(playerid, params[])
{
InDm[playerid] = 1;
//rest of your code
}
public OnPlayerDeath(playerid, killerid)
{
if(InDm[playerid] == 1) return SetPlayerPos(playerid, dmx, dmy, dmz);
return 1;
}
Re: DM Help -
Hunud - 27.07.2016
I got this error
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