Search Results
pawn Code: if(strcmp(cmdtext, "/admincheg", true) == 0){  if (IsPlayerAdmin(playerid))   {    SendClientMessage(playerid, COLOR_YELLOW, "*** You are logged as admin");  }  else  {    SendCl...
2,163
Good job Draco... I changed your AddAreaCheck around a bit tho :P AddAreaCheck(Area_GOLFC,1145.0272,1412.8173,2728.7505,2851.1440); // Just change the AddAreaCheck func to: public AddAreaCheck(area...
832
Quote: Originally Posted by Sheepeeshaun I don't mean to be picky but how would I change the location names colour? I've got: pawn Code: #define COLOR_GREEN 0x33AA33FF stuck at the top...
1,134
Wow, Spectre. Looks like you put in alot of time for this, as in finding the name and coords of everything and make the commands! Great job man, will be helpful ot everyone around here and I agree tha...
1,223