29.01.2015, 21:26
Can someone show me a dm command like when you join dm you'll get to RC Battlefield and if you used /dm again, it will say "You are already on DM". And if you typed /leavedm you spawn again.
CMD:dm(playerid, params[])
{
SendErrorMessageEx(playerid);
return 1;
}
stock SendErrorMessageEx(playerid)
{
SendClientMessage(playerid, -1, "This is for scripting help, not script requests!");
return 1;
}