12.06.2011, 17:03
if(Playerinfo[playerid][VIP] >2){ if (!strcmp("/laseron", cmdtext, true) {
SetPVarInt(playerid, "laser", 1);
SetPVarInt(playerid, "color", GetPVarInt(playerid, "color");
return 1;} else return 0;
}
like that?
SetPVarInt(playerid, "laser", 1);
SetPVarInt(playerid, "color", GetPVarInt(playerid, "color");
return 1;} else return 0;
}
like that?