Search Results
What is the code for the kidnapper's victim under OnPlayerExitVehicle? You should use TogglePlayerControllable as well...
100
You need to check is player logged in as a RCON admin. The SAMP admin and your coded admin is not the same. Код: if(IsPlayerAdmin(playerid))
121
https://sampwiki.blast.hk/wiki/SetTimer https://sampwiki.blast.hk/wiki/ShowPlayerDialog https://sampwiki.blast.hk/wiki/PlayerTextDrawShow
57
https://sampforum.blast.hk/showthread.php?tid=118379 https://sampforum.blast.hk/showthread.php?tid=179206 Maybe this can help.
70
C:\Users\Crysis\Desktop\MusaBM.pwn(49709) : error 017: undefined symbol "RandomEx" PHP код: new brojtelefona = RandomEx(1620000000, 1630000000); PlayerInfo[playerid][pnumber] = brojtelef...
319
Its says undefined randomEx even when i put the stock...
319
Thank you both! Would this work? Код: new phonenumber = RandomEx(1620000000, 1630000000); PlayerInfo[playerid][pnumber] = phonenumber; Код: stock randomEx(min, max) { //Credits to ****...
319
Hello, Can anyone help me with pointing out how can i add a code that gets random 10 digit number but with same 3 digits first...like: 1625060504 1621306123 1626023010 Thanks!
319
Thanks alot, Does anyone have any other suggestion for me before I and my team start mapping the whole city? Again, thank you very much!
98
Yeah, but how i can drop the lag to the bare minimum? What if: I remove the whole map first? Does remove object function brings the lag up as setting the object? I make a city far away from the curre...
98
Alright, I've been searching quite a lot recently for an answer about my question. I haven't been online for like a year or more, I've been totally inactive in SA-MP community. Somehow, while cleani...
98
Wow, i just tried to remove, there are so much objects, it would probably take me a month or two. Any other solutions? Like, somehow making a selection of more objects with mouse or idk, something?
165
I'm trying to get the game working on my laptop right now, I'll try. Anyways, I'm trying to delete those cities, and just leave the LS part, without buildings, therefor i could map a completely new ci...
165
That editor won't work on windows 8.
165
Hello, is it possible to somehow remove whole city from the game? Actually, just to leave the LS part. LV and SF needs to be removed. Would RemoveBuildingForPlayer work there?
165
I did all of that, it just doesn't work. It's not just me, I've noticed almost all (or all) users of windows 8 have the same problem. Anyways, I have a question, if i make the whole new map, that woul...
124
No, the SAMP MAP EDITOR (https://sampforum.blast.hk/showthread.php?tid=282801) doesnt work at all on windows 8. It's not just me, I've searched alot. I'm getting "Please install graphic drivers" messa...
124
Hello community, I'm trying to clone roads of the villages and cities withing the game, because i'm working on a completely new map for the game, but i suck at it. Selecting a world object one by one...
124
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/jetpack", true)) { if(IsPlayerAdmin(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(t...
80