Search Results
This one may work... pawn Код: public OnPlayerText(playerid, text[]){    new txt[256];    new PName[MAX_PLAYER_NAME];    GetPlayerName(playerid, PName);    format(txt, 256, "{0D00FF}%s {FF...
97
Here is the link: http://forum.gamerxserver.com/showwi...MTA+Map+Editor Add the objects and edit the stuff by following the instruction or simply extract the package (if you're too lazy to add and ed...
38
Usually it's because you're using the old version of SA:MP, maybe?
94
My thinking: People said that math can only have one answer per question. But, if the question is "x + y = 5, what are the possibility for x and y?" it would be a multiple answer on one question!
172
Quote: Originally Posted by EliranPesahov FunctionName = You function name. 1000 = 1 second. False / True = dependes of your script, give it to us. pawn Код: SetTimerEx("FunctionName",...
143
I am making a server gamemode and in that script I added a "SetTimerEx" function. And, in the interval part, I used "1000" in it (which means 1 second) and in the loop part is "true". In the functio...
143
Quote: Originally Posted by playbox12 pawn Код: SavePlayer(playerid){    if(!PlayerLogged[playerid])        return 0;    UserStats[playerid][moneysave] = GetPlayerMoney(playeri...
99
I have a problem. This is my script: pawn Код: SavePlayer(playerid){    if(!PlayerLogged[playerid])        return 0;    UserStats[playerid][moneysave] = GetPlayerMoney(playerid);    new...
99
I did, and it isn't running. And anyway, I've solved it, somehow I used for the timer to repeat with 1 instead of 1000 and it works. I don't know, maybe it's changed in 0.3c, maybe?
69
I have a problem. I have this script: pawn Code: GangZoneFlashForAll(GangzoneRealID[IsPlayerInGangzoneCheckpoint(playerid)], GetPlayerColor(playerid));new gztimergztimer = SetTimerEx("takeover", 100...
69
The Territory has flashed. But the timer still won't run. Any idea?
173
Hmm, you got a point actually...
173
The IsPlayerInGangzoneCheckpoint(playerid) returns the gangzone ID (No, not "real" gangzone ID, it's another gangzone ID between 0 to 6) and it returns -1 if the palyer isn't in gangzone. The functio...
173
I have a problem when making a timer. Look at part of my script. On the top of the script: pawn Code: forward takeover(playerid, gangzoneid);forward counter(playerid, gangzoneid); And then, I added...
173
I am currently running GTA SA and SA:MP in my Windows 7 and I don't have that. I think, it was because of the installer got an error which created those folders. And, I think it's possible if it has ...
99
Quote: Originally Posted by armyoftwo pawn Код: new Float:GangzoneCheckpoint[6][3] = {    {2387.6262,-568.8369,116.3413},    {2551.2236,-776.4802,92.7190},    {2349.8789,2.9055,2...
62
Hello, I have a problem here. Look at my code: pawn Код: new GangzoneCheckpoint[6][3] = {    {2387.6262,-568.8369,116.3413},    {2551.2236,-776.4802,92.7190},    {2349.8789,2.9055,26.4844},...
62