Jump to content
  • 0

Question

Posted

Salut am si eu o problema!

Deci cum pot face la dm-uri asa sa zicem ma duc la /m4 si daca mor sa ma respawneze acolo pana cand dau eu /exit deci am mai vazut la un topic aceasta problema am incercat dar nu a mers deci sper ca ma veti putea ajuta cu asta :)

35012l1.png.aee1a3398b9bd9f8eec50574d2cd

1 answer to this question

Recommended Posts

Posted

new InDM[MAX_PLAYERS];

// Onplayerconnect

InDM[playerid] = 0;

// /m4 command

InDM[playerid] = 1;

// OnPlayerSpawn

if(InDM[playerid] == 1)

{

SetPlayerPos(playerid,...);

//etc

return 1;

}

// /exit command

InDM[playerid] = 0;

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.