Search Results
Still can't seem to fix this, the colour remain black. Also should I use hex colours as input or..?
115
I am using numbers 0,1,2,3,4,5.. Also tried HEX codes.
115
Tried it, yet no result.. It still shows a black colour in the faction chat no matter what it's changed too.
115
I got it to work, yet it only shows a black colour in the faction chat no matter what I change it too. pawn Код: CMD:factioncolor(playerid, params[]){    if(!CheckAdmin(playerid, HIGH_ADMIN_LEV...
115
Hello, I got a command which sets a color of a faction in the colum "Factions" the row is called "Color". I have this faction chat. pawn Код: CMD:f(playerid, params[]) return cmd_faction(playeri...
115
Thanks for the help I found it out myself, I'll explain.. I have a table called users and the column called number, the column number I wanted to edit. I made the code like this.. pawn Код: format...
117
No, I want to save a random number in the 'number' column.
117
Hello, I have a quick question. I have a SQL saving system and I have a shop system in which you can buy a cellphone and such. pawn Код: PlayerInfo[playerid][pNumber] = randomEx(1234567, 9999999...
117
PlayAudioStreamForPlayer(playerid, "link_of_music"); Put it under OnPlayerRequestClass. And the music stop under OnPlayerSpawn.
120
Add it under OnPlayerEnterVehicle.
173
Quote: Originally Posted by KaMeLeOn if(strcmp(cmd, "/fixveh", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerData[playerid][pAdmin] < 4) { SendE...
105