Search Results
Код: C:\Users\Justin\Desktop\Oud\CR-RP(LS)\GameModes\GLRP.pwn(2627) : error 004: function "FixHour" is not implemented C:\Users\Justin\Desktop\Oud\CR-RP(LS)\GameModes\GLRP.pwn(3997) : warning 217:...
172
Do I need to replace it?
172
Quote: Originally Posted by SilentSoul Use {Hex color here} example : pawn Код: SendClientMessage(playerid,-1,"{FF0000}This is red color and this is {FFFFFF}White."); To find hex color...
172
This is my RealChat now: pawn Код: if(realchat)    {        if(gPlayerLogged[playerid] == 0)        {            return 0;        }        else if(PlayerInfo[playerid][pMa...
172
Stond hoog in de topic lijst
989
Waarom in godsnaam moeite doen als het zo ook kan?
989
Code: if(strcmp(cmd, "/admin", true) == 0 || strcmp(cmd, "/a", true) == 0) { if(IsPlayerConnected(playerid)) { GetPlayerName(playerid, sendername, sizeof(sendername)); new length = ...
989
Код: C:\Users\Justin\Desktop\CR-RP(LS)\GameModes\GLRP.pwn(3997) : warning 217: loose indentation C:\Users\Justin\Desktop\CR-RP(LS)\GameModes\GLRP.pwn(4011) : warning 217: loose indentation C:\User...
169
I replaced my spec code, with yours & added the stock at the end of the script + the GetVehichleName at the end of the script. Unable to compile.
169
No, and idk how to add it nor to use it with further scripts. I kinda lost my experience
169
So where to paste that? Can you add it to my commands in the code?
169
Код: stock CMDMessageToAdmins(color, const len[]) for(new i = 0; i < MAX_PLAYERS; i++) { if(PlayerInfo[i][AdminLevel] >= 1) SendClientMessage(i, color, len); } return 1; } So i'm trying to ...
169