Search Results
Код: if(!IsPlayerInRangeOfPoint(playerid, 3.0, -2151.5386,786.5508,69.4141))return 1; C:\Users\notshowing\Desktop\notshowing\gamemodes\n otshowing.pwn(476) : error 079: inconsistent return types ...
208
When a player enters a checkpoint, it checks if he entered the specific checkpoint, checks if raznesipostu[playerid] == 1 and checks if you're in the right vehicle. This is pointless, i need help wit...
208
What did you think was i using Код: public OnPlayerEnterCheckpoint(playerid) { if(IsPlayerInRangeOfPoint(playerid, 3.0, -2358.3467,803.3227,38.3803) && pokupipostu[playerid] == 1 &&a...
208
Quote: Originally Posted by Dayrion You should process like this. There a way more easy to do. Add a variable in your like ActiveJob[playerid] = 1; when you do the command. Use PHP код...
208
Do you have PlayerInfo defined? If you do, here: Код: #define JOB_LIST 5413 CMD:job(playerid, params[]) { ShowPlayerDialog(playerid, JOB_LIST, DIALOG_STYLE_LIST, "Job List", "Job #1\nJob...
123
Listen, add me on skype. Ill send you my skype in a private message.
154
Wait, if you already have a mod, i need to edit it in the mod.
154
Gimme about 10 mins, ill have it ready.
154
When i start a job (go through checkpoints for money) and quit while it is active, then when i reconnect and i start the job again, i go through the first marker and get payed (I'm supposed to go thro...
208
Quote: Originally Posted by Hunud I using COD gm by team_rob You have to show us the code so we can help you.
73
Not tested, but should work (if i understood you correctly on what you wanted). Код: #include <a_samp> #include <zcmd> // DEFINING IT ALL new GodMode[MAX_PLAYERS]; new InDM[MAX_PLAYER...
154
Hello all. Before you post, learn INI and other, it is NOT about Saving/Loading. (pNovac means pMoney) I'm having a problem. When the player completes a job (like going through checkpoints) it is s...
151
Код: PlayerInfo[targetid][pSkin] = 20; targetskin = PlayerInfo[targetid][pSkin]; SetPlayerSkin(targetid, targetskin); I have no idea why this is not working. Could someone fix it? There are no er...
58
/f still doesnt work, neither does /makeleader. Any help?
82
Also i have a problem with /f (faction chat).... When i type something in faction chat, 'yyyy' is displayed in chat. Code: Код: CMD:f(playerid, params[]) { new tekst[256]; if(UlogovanProve...
82
When i try to make someone a leader, i get the leader, not the guy i was giving it to. Код: CMD:makeleader(playerid, params[]) { new id, org, msg[128], msg2[128], msg3[128], name[MAX_PLAYER_NAME]...
82
I told you i added it already --- Same thing happens. Код: public OnPlayerEnterCheckpoint(playerid) { new CID = GetPlayerVehicleID(playerid); if(IsPlayerInRangeOfPoint(playerid, 5.0, 1816.8846,...
141