Search Results
kurta, its return black color.. but my color is other, like green, or orange, or etc
368
And you will see, i don't use GetPlayerColor in the script. Any other idea(s)?
368
Its good idea, but I want to use the Player's color.
368
Only PlayerColor[playerid] But if I use GetPlayerColor, the result is same.
368
I got a problem with my small script. Код: #include <a_samp> new PlayerColors[200] = { 0xFF8C13FF,0xC715FFFF,0x20B2AAFF,0xDC143CFF,0x6495EDFF,0xf0e68cFF,0x778899FF,0xFF1493FF,0xF4A460FF,0...
368
IDK. I got a problem, only if I convert the Hex colors to RRGGBB, with string. The result is.. "**+\80*"
146
And Код: enum TeamCars { Soa, Lspd, Yakuza, } To. Код: enum TeamCars { Soa, Lspd, Yakuza };
130
Код: SetPlayerWorldBounds(playerid,9999.0,-9999.0,9999.0,-9999.0); Under OnPlayerConnect(); ?
214
Whats the WonMatch? Code: forward TimeUp(playerid,notify); public TimeUp(playerid,notify) { new player; if(notify == 1) { for(new i; i < MAX_PLAYERS; i++) { if(gKills[...
74
Код: new Object1; new Object2; //etc.. public OnPlayerRequestClass(playerid, classid) { Object1 = CreatePlayerObject(playerid, modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ) ...
132
Great Job But. I has a problem with this. if i press to "Ok" on the First Dialog, its closes.. So Replace Код: case 1000: { if(!response) return SendClientMessage(playerid, RED, ">> Yo...
1,591
new skinid = GetPlayerSkin(playerid);
155
or try this Код: new tmp1[256], tmp2[256]; tmp1 = strtok(cmdtext, idx); tmp2 = strtok(cmdtext, idx);
250
Good.. And its an office.. not a shop xD
269
Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { new string[128], name[MAX_PLAYER_NAME], modelid = GetVehicleModel(vehicleid); if(GetVehicleModel(GetPlayerVehicleI...
105