Search Results
I wish Kalcor continued SA:MP development while there is still a chance for life. I am afraid, that in the years, that are comming, SA:MP will be downfalling real fast. There needs to be action taken,...
37,805
We can read. However we would love the Internet tab back, since new servers can not get players and Hosted tab is sold out everywhere.
37,805
Hi guys, this is info, that I see in my server_log: Code: [18:46:08] [debug] Run time error 4: "Array index out of bounds" [18:46:08] [debug] Attempted to read/write array element at index 65535 in ...
794
When i broke it there, one player (of the two) is not getting unfrozen (toggleplayercontrolable), how to fix this?
380
Code: forward duelstart(); public duelstart() { DuelCountdown --; for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(InDuel[i] == true) ...
380
Hey guys, i am experiencing this error: In my gamemode, the timers are for some reason a little bit messed up. For example, i have a clock, code: Код: forward ChangeTime(); public ChangeTime() {...
122
Well, there is a problem. When i try to log into my account, it keeps telling, that my password is incorrect. As soon as i remove fixer.inc, everything works fine.
340
I have tried several ones, for example this: https://sampforum.blast.hk/showthread.php?tid=311553 or currently used someones, however not sure from where i got it, short memory guy. Either way, bot...
340
Hey guys, i experienced a bug, while trying to create a gang zone. I used one of the gang zone editors, when you just typed a command and than walked around the city, while looking at the map to crea...
340
Hey guys, i have a little problem: I am using in my enumerator variable pNews, which is supposed to be used for news, apllied on server. I am saving this variable in my register system, when player d...
111
Hey guys, i need a help. I found out something about NPCs, because i want to use them. Only thing i need, is staying NPC on certain coordinations, but when i look at the ConnectNPC, there are two pa...
112
Hey guys, i need help, this time different type. I have on my hosting something like VIP system, it is pretty much working, i can define my own messages there, players can send sms, but the problem i...
147
Yes, but than for example how can i work with it? For example add it into some variable and than check, whether player got it right or bad?
243
I know it may sound like a troll or something, but i still dont really understand what i need to do, how i need to do it and where to put it. Can someone be really that kind and actually maybe chart ...
243
Bro, but i have multiple there. Now only the first one works, other ones, even if i am on the exact same coords, it says, that i am not, i will just paste you whole command: Код: CMD:sleep(playe...
290
Yes, i just did not include return 1; in the code, off course i have it there. But still, when i enter the sleep, so the player is on good coords, the message "You must be in the middle of your cell ...
290
It is working, but even if i enter the sleep, so the player is on right coords, that message, that he is not showes up. I am using that return scm you told me to use.
290
Код: CMD:sleep(playerid, params[]) { if(PlayerInfo[playerid][pEnergy] == 100) return SendClientMessage(playerid, COLOR_ORANGE, "You have 100 energy"); if(PlayerInfo[playerid][pSleeping] == 0) {...
290