Search Results
I also tried simply with command: Код: CMD:kill(playerid, params[]) { SetPlayerHealth(playerid, 0.0); return 1; }
97
Код: if(sInfo[playerid][Slapes]==1) { SetPlayerHealth(playerid, 0.0); TextDrawHideForPlayer(playerid, SlapesTextDrawRaditajs__); TextDrawHideForPlayer(playerid, SlapesTextD...
97
With SetPlayerHealth(playerid, 0); the player doesn't die immediately, and can walk, always.. I tried like 15-20times... I started a new gm, at the moment i have 1.8 klines... what can be wrong?
97
Код: I don't know what PICC or TTA or SSCAR PICC = Players in copchase. Код: if(PICC >= CC_MAX) return SendClientMessage(playerid, 0xFFFFFFFF, "Minigame is full {CC0000}10{FFFFFF}/10"); TT...
184
Hello! I`m trying to make "Cop Chase" minigame. As you can see 1 suspect and 9cops[Max] When "TTA == 0" its spawn only suspect in "SSCAR" and thats all. I realy dont know where is problem, i`ve trie...
184
With this code, player can spawn only "bandit" without objects: Код: AttachObjectToVehicle(ramp[playerid], bandit[playerid], 0, 2.8, -0.2, -0.5, -110, 90); AttachObjectToVehicle(minigun[playerid]...
127
I have tried many times to fix this, i cant figure out, i dont have any errors. So, with this code, i can spawn only "bandit" .without objects... Where is my mistake? Код: #include <foreach&...
127
Quote: Originally Posted by Sew_Sumi Did it get fixed by this? BTW, I like your method of using //_______ and //----- It just seems to make it easier to track where you are headed. (Ev...
140
Код: //for(new i;i<MAX_PLAYERS;i++) //{ if(Player_CheckPoint[playerid] == 0) { SetPlayerRaceCheckpoint(playerid,1,CheckPoints[0][0],CheckPoints[0][1],CheckPoints[0][2]...
140
Hello. I made race tournament with 200 cp, and i have only one problem - when someone is joining - crash. Maybe something going wrong with new bool:IsRaceRunning = false; I tried to fix this 19999999...
140
Hmm i finnaly fix this just removed +1] @ last "SetPlayerRaceCheckpoint", all works. Код: new Float:CheckPoints[10][3] = { {-2127.3611,-81.2161,35.1019}, {-2167.1638,-71.8486,34....
90
Maybe somebody, can see problem. Код: #include <a_samp> #define winner_money 10000 new Float:CheckPoints[10][3] = { {-2127.3611,-81.2161,35.1019}, {-2167.1638,-71.8486,34.9...
90
I create this, but i need gates open only if player name is "Creed". Thanks. pawn Код: //=======================Automatic Gates By Creed=======================//#include <a_samp>new gate1...
64
Hey! There is my problem: Код: #include <a_samp> new gate1; new gate2; new garage1; new mainigais; #if defined FILTERSCRIPT #define OnPlayerPickUpPickup #define gate1 #define gate2 #defi...
95