DM Help
#1

How i can get respawn in dm when i get killed ?
Reply
#2

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;

Reply
#3

I got this error
Quote:

undefined symbol "dmx"

Reply
#4

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!
Reply
#5

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.
Reply
#6

oh damn i fucked thx xd +REP
Reply
#7

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)