Search Results
anyone have any idea what could that be? Code: [20:27:50] Failed (libssl.so.1.0.0: cannot open shared object file: No such file or directory) i tried getting the discord connector on samp forums b...
306
The problem is when I use /buyhouse, /housename, /sellhouse and /deletehouse it works but only on the last house created in game, I mean its being effected on the last house created. CMD:buyhouse - Ð...
80
Can you please help me doing that?
81
How can I create robbery progress bar like that will shown in the right down corner of the screen like that
81
It didn't work Quote: COMMAND:enter(playerid, params[]) { // Setup local variables new HouseID, IntID; // If a player hasn't logged in properly, he cannot use this command if (IsPlaye...
242
There is but it doesnt work properly, when i enter a house i can see other player in the same virtual world I will try what you wrote
242
I mean, is there an option to do that in the creating house command? it's a dynamic system Here's the creating house code Quote: COMMAND:createhouse(playerid, params[]) { // If a player h...
242
When i enter a house and player enter a different house with the same interior we can see each other, how can i make each house a different world?
242
I am using these scripts https://sampforum.blast.hk/showthread.php?tid=283501 and https://sampforum.blast.hk/showthread.php?tid=285406 Can you please help me? (dynamic scripts)
242
After doing the command with a wrong id (in purpose) it returns me a message "Unknown Command" and then it wont work for the next time i use it correctly, it will keep return me an unknown command mes...
251
I also tried it and it didn't work, when i used /givescore with a wrong id it just gave me the message "unknown command" and then when i tried doing it correctly it wrote me the same like something we...
251
C:\Osher\Scripting Learning\Scripting Projects\Project #2\CNR - Project v0.0.3\gamemodes\CNR.pwn(2194) : error 029: invalid expression, assumed zero C:\Osher\Scripting Learning\Scripting Projects\Proj...
251
How can i change that to be with 3 options instead of one only Код: CMD:setscore(playerid,params[]) { if(pInfo[playerid][Admin] >= 5) { new tmp[256], tmp2[256], Index; tmp = strtok(params...
251
When I put a restriction on player request spawn for the FBI class I get the error message but I'm still able to spawn as FBI. Код: public OnPlayerRequestSpawn(playerid) { if(gTeam[playerid] =...
98
After getting the robbed cash in game it isn't being updated in mysql database. i even made a command for that savestats but nothing its still not updating it. here are the codes here is the line afte...
76
That's the problem I don't know which code should I give you lel
95
I made a tag system, in the admin list you will be able to edit admins tag (will be saved in SQL database) but whenever I restart the server the whole tags lost and i want it to be saved. when player ...
95
OnPlayerRequestSpawn Код: public OnPlayerRequestSpawn(playerid) { return 0; } AntiHaTimer Код: forward AntiHAtimer(playerid); public AntiHAtimer(playerid) { AFKHA[playerid]=SetTimerEx("Check...
145
Yeah that fixed that but there's something else showed up Exactly the same problem just with that But when I click one of these buttons it writes "Antispawn killing..." Like shown in the pic
145