07.10.2013, 20:06
Whoops lol. Forgot to remove one playerid xD. I'm gonna use the excuse I have a bad flu atm
pawn Code:
CMD:razer(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 1)//replace '1' with the level of the admin you only want to be allowed to this command.
{
SendClientMessageToAll(0xFFFFFFFF,"====================================================================================================");
SendClientMessageToAll(COLOR_GREEN, "Razer Gaming Roleplay : Owner");
SendClientMessageToAll(COLOR_WHITE, "If you're bored play PAINTBALL or Roleplay with others");
SendClientMessageToAll(COLOR_WHITE, "If you have suggestions talk to Razer IG or Post it on forums");
SendClientMessageToAll(COLOR_YELLOW, "Don't forget to visit the forums everytime for updates!");
SendClientMessageToAll(0xFFFFFFFF,"====================================================================================================");
}
return 1;
}