Search Results
Quote: Originally Posted by ToiletDuck Try to update your plugins and include https://sampforum.blast.hk/showthread.php?tid=120356 And recompile it That Didn't work..... Any other sugge...
80
Right on my server when i go into the LSPD and do /door the door open's but rotates at the same time, so when i close them, they stay rotated and do not close properly Код: LSPDDoor1 = CreateDyna...
80
This is what i have now if(Player[playerid][AdminDuty] == 1) { if(strlen(Player[playerid][AdminName]) >= 1 || strcmp(Player[playerid][AdminName], "Nothing", true) == 0) { ...
198
Quote: Originally Posted by $$inSane Use this on the top: PHP код: #define ADMINBLUE  0x0000FFFF  Use this in the admin duty stuff .. blah blah: PHP код: SetPlayerCo...
198
Quote: Originally Posted by Kukkurloom Have you defined the colour ADMINBLUE? Yes i have #define NEWBIE_CHAT 0xDBE1E6FF #define AQUAGREEN 0x03D687FF #define ADMINBLUE 0x99FFF...
198
Quote: Originally Posted by fordawinzz pawn Код: SetPlayerColor( playerid, ADMINBLUE ); Nope That still isn't working but it did fix the warning
198
Hi i haven't done that much scripting but i was attempting to set the admin name colour to ADMINBLUE but i get a warning saying "(3753) : warning 202: number of arguments does not match definition" bu...
198