Search Results
Anyway, i've tryed with no "i" and putting a for loop in the public.. I've replaced all the TimerEx with some simple Timer.. Код: //FORWARD forward StartCW(); forward FineCW(); forward PreparingR...
164
pawn Код: #include <a_samp>new baze;new mainigais;#define COLOR_Open 0x7CB10EDA#define COLOR_Close 0x7C55D7EE#define COLOR_Tele 0xC840AAFF#if defined FILTERSCRIPTpublic OnFilterScriptInit(){...
101
But if the first round works fine i don't think that the problem is here.. Right?
164
I did this: pawn Код: #include <a_samp>new Float:xg, Float:yg, Float:zg;new goid;new nega[MAX_PLAYERS];new fname[MAX_PLAYER_NAME];new gname[MAX_PLAYER_NAME];new fromid;#define GREEN 0x33AA...
87
Код: public StartRound(i) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(team[i] == DMB || team[i] == DMO) { TogglePlayerControllable(i,1); ...
164
I'm doing a tdm game mode, where there are 2 teams, blue and orange.. Here it some parts of the script Код: public OnPlayerDeath(playerid, killerid, reason) { if(round > 0) { if(team[kill...
164
I'm trying to do that when a player exit from his spawned vehicle with a menu, the vehicle get destroyed.. i did this: Код: public CreateVehiclePro(playerid, modelid) { DestroyVehicle(carspawned[...
88
Quote: Originally Posted by [SU Ricky ] Use this: http://forum.sa-mp.com/index.php?topic=79463.0 SEARCH! I'm trying to do it automatically, without cmds
143
Код: //AFK new Float:afkx, Float:afky, Float:afkz; new Float:afkxdopo, Float:afkydopo, Float:afkzdopo; new afkpos; new afkpos1; new coloreini; forward ControlloAFK(); forward ControlloAFK1(i); new...
143
Try to simple remove line 11717. If you get more errors insert at the top of your script new mod = 100; and delete it elsewhere
265
i need to destroy the nearest vehicle.. Any help?
67
Soz for the triple post Quote: Originally Posted by [IF MavericK ] Edit: It doesn't work.. I'm doing this: Код: forward ChiamaTG(playerid); Код: if(strcmp(cmdtext, "/ctg", true...
119
Quote: this : Код: if(IsPlayerInVehicle(playerid, 520) || i == callingplayer[playerid]) No error.. Testing
119
Код: if(IsPlayerInVehicle(playerid, 520) || i == callingplayer) D:\Server SA-MP\peppe\gamemodes\ifgm.pwn(4387) : error 033: array must be indexed (variable "callingplayer") Pawn compiler 3.2.3664 ...
119