28.10.2012, 13:09
How can i make a /changemap mapid Command, and that only Admins can use it?
CMD:changemap(playerid, params[])
{
if(IsPlayerAdmin(playerid))
{
//----Your codes here-----//
}
return 1;
}
if(IsPlayerAdmin(playerid)