09.12.2012, 01:17
pawn Код:
CMD:laseron(playerid,params[])
{
#pragma unused params
if(PlayerInfo[playerid][pVIP] < 1) return SendClientMessage(playerid, -1,"This command is restricted for the VIPs only.");
SetPVarInt(playerid, "laser", 1);
SetPVarInt(playerid, "color", GetPVarInt(playerid, "color"));
return 1;
}