18.01.2010, 16:42
Does someone knows a script which admins can create events with?
Please no DCMD,
Thanks,
Max
Please no DCMD,
Thanks,
Max
|
Originally Posted by Cry_Wolf
search it.
|
new bool:DmEventOn[MAX_PLAYERS];
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmd, "/dmonl", true) == 0)
{
//here u should give if player is admin level = 1338,if its not there come error message ... in game ofc :D
//and what code should do ofc here u post the fallowing veriable:
DmEventOn = True;
}
return 1;
}
return 0;
}