Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JaVeD

Pages: 1 2 3 [4]
46
mIRC/pawn Scripting / Please HELP me in !DM script
« on: February 10, 2013, 12:49:04 pm »
HY,
        i want a good dm command that player type !dm then player die then player again spawn in dm without typing !dm l. player spawn in game when player type !leave to leave dm please some one can help me please post what i need to put in this script i have simple dm script already!

Code: [Select]
else if ( strcmp( cmd, "!DM", true ) == 0 )
{
            SetPlayerWep(playerid, 20, 9999 };
            SetPlayerHealth{playerid,100.0 };
    SetPlayerPos(playerid,79.8332, 1103.0068, 32.6039, 89.6475,0);
    format( szMsg, 128, "%s Started DeathMatch Want to DM with him type !dm ",gPlayers[playerid]);
    SendClientMessageToAll( RED, szMsg );
           
return 1;

  }

Pages: 1 2 3 [4]