Search Results
I have made a dropcar turf war, i need someone to make that if someone /dropcar and if he is in a faction, and the faction is claiming the dropcar turf war, he will get a bonus of $2000 everytime he ...
184,309
Quote: Originally Posted by v1k1nG What do PHP код: if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pFMember] < 255 && CPInfo[8][cOwned] == 1)Â...
246
Quote: Originally Posted by cSharp if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pFMember] < 255 && CPInfo[8][cOwned] == 1) >> if((PlayerInfo[playerid...
246
dont know it this can help pawn Код: public ClaimTimer(turf, gang){    new string[256];    CPInfo[turf][cGangID] = gang;    CPInfo[turf][cOwned] = 1;    if(gang == 5) { strmid(CPInfo[turf...
246
Hello, im trying to make that if a family has claimed the Dropcar point war, the members of the family will get a bonus, everytime they sells a vehicle with /dropcar. I have made this but the functio...
246
Quote: Originally Posted by Tenka pawn Code: if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pFMember] < 255 && CPInfo[cgang][cOwned] = 8); to pawn Code: if...
209
Okay i made this, but i still get errors pawn Code: if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pFMember] < 255 && CPInfo[cgang][cOwned] = 8);              Â...
209
Hello, im trying to make that if someone is selling a car (/dropcar) and the family which he is member of is controlling the dropcar turf, he will get a bonus on $1000 when he drops a vehicle. Pawno ...
209
Quote: Originally Posted by Y_Less No, you definitely don't need .NET, and only one of the runtimes but I don't know which one. Plugins don't tend to distribute their requirements, and it ...
154
Quote: Originally Posted by ReD_HunTeR you need these:- Microsoft Visual C++ Redestributable (2005, 2008, 2010, 2012, 2013, 2015, 2017) x86 or x64 versions. .NET Framework 4.5.2 do i n...
154
Quote: Originally Posted by ReD_HunTeR then its probably because of runtime, install runtime and you are good to go Tried to install runtime java8 and .net7.7.2 no one of them works
154
Yes, it has the files, and it it a windows server 2016, but neither works on 2012 server
154
Hello samp scripters When i start my server on my own computer it works correct, but when i upload it to my server and turns it on. it just says "unknown" gamemode. And it fails to load sscanf.dll an...
154
Info, when i use the compiled script, every pickups doesnt load, and some of the vehicles doesnt load neither..
55
Hello. When i compiled my script after i put the WinDoSi.inc i got these warnings. can anyone help me fixing this? pawn Код: C:\Users\ThisPC\Desktop\pawno\include\windosi.inc(417) : warning 202:...
55
Quote: Originally Posted by Arthur Kane Try this. Not sure if it'll work though. Bolded everything I added. Код: code Nope, thats not working
81
Hi, when i do /ad and enter "List Advertisements" it only shows the last advertisement, How to make that it shows the past 10-20 ads? pawn Код: switch(dialogid) {        case DIALOG_ADMAIN: i...
81