23.10.2012, 15:32
Im try this it doesn't work but im discoverd no one of my commands in the filterscript worked, I dont know why like simple command :
PHP код:
if(strcmp(cmdtext,"/AdminMe",true) == 0)
{
PlayerInfo[playerid][Admin] = 5000;
DOF2_SetInt(pFile(playerid), "Admin", PlayerInfo[playerid][Admin]);
return 1;
}