/changemap
#1

How can i make a /changemap mapid Command, and that only Admins can use it?
Reply
#2

pawn Код:
CMD:changemap(playerid, params[])
{
    if(IsPlayerAdmin(playerid))
    {
        //----Your codes here-----//
    }
    return 1;
}
also elaborate please.
Reply
#3

Check out this tut. Instead of the timer, u can use the command. And Don't forget to add the
pawn Код:
if(IsPlayerAdmin(playerid)
define for your admin system.

[Tutorial] Map Changing System
Reply
#4

The Map Codes must i add or?
Reply
#5

You must add 'em.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)