Search Results
Quote: Originally Posted by jlalt small letter for non optional parameter, capital letter for optional parameter which need to specif a default value for it too. so if you wanna use S you ...
118
Quote: Originally Posted by Arthur Kane Your first parameter. Код: S[100] https://sampforum.blast.hk/showthread.php?tid=570927 Код: S(string)[length] Optional string Like the war...
118
Hello everyone, I've encountered those sscanf warnings on my server log and I have no idea how to fix it. It happens when I use this command in game, can you please tell me how to solve this problem? ...
118
Looking for a scripter with experience in Pawn and SQL programming. Also I'm looking for a web developer who can set up forums, homepage, UCP. Feel free to contact me by sending a PM or by Skype [ron...
197,845
Quote: Originally Posted by Sew_Sumi "stock"... Dude, you probably have the variable defined outside of the functions reach. Post up where you have them defined, in the gamemode (I noti...
226
Quote: Originally Posted by Sew_Sumi "stock"... Dude, you probably have the variable defined outside of the functions reach. Post up where you have them defined, in the gamemode (I noti...
226
Quote: Originally Posted by Dayrion Show us the line where you define it (with the line numbers) and the function where you get errors. Well, I don't think there is a problem in functio...
226
Quote: Originally Posted by Dayrion You have to define these "symbol". PHP код:  new MySQLBan, SystemBan;  I have it already.
226
I have this problem, I don't know what to do please help. Код: \gamemodes\/../gamemodes/includes/IGRPGM.pwn(5517) : error 017: undefined symbol "SavePlant" /../gamemodes/includes/IGRPGM.pwn(6382)...
226
Quote: Originally Posted by RedCounty Try this and let me know, please: pawn Код: }                            else                            {       ...
117
Quote: Originally Posted by RedCounty Try this and let me know, please: pawn Код: }                            else                            {       ...
117
Код: C:\Users\Ron\Desktop\Insanity Gaming RP\gamemodes\/../gamemodes/includes/DSRP.pwn(42766) : warning 217: loose indentation C:\Users\Ron\Desktop\Insanity Gaming RP\gamemodes\/../gamemodes/inclu...
117
Код: new OnDutyMedics; foreach(new i: Player) { if(IsAMedic(i) && PlayerInfo[i][pDuty] == 1) { OnDutyMedics++; } } if(OnDutyMedics < 1) { I found this code in a c...
191
Quote: Originally Posted by Jamester IsAMedic(i) It doesn't work, I got errors.
191
Quote: Originally Posted by Jamester You would need to put that at the start. PHP код: if(strcmp(params, "death", true) == 0) {             if(GetPVarInt(playerid,...
191
Quote: Originally Posted by Jamester You would need to put that at the start. Start of the "death" thing ?
191
Quote: Originally Posted by Jamester PHP код: for(new i; i < MAX_PLAYERS; i++) { // GetPlayerPool() or foreach is highly recommended!     if(playervar[i][emsvar/...
191
Hey everyone, I want to delete [/accept death] but I don't want to delete it completely only to enable/disable it, let me explain. I got RP server and I want FD have work and not get bored, I want to ...
191
Hello everyone, I have a problem in my server that when I drink sprunk or eat snack from a vending machine my animation changed to fat man. I tried many ways to solve the problem but I failed, well I ...
57
Hey, When I restarting the server the houses are not saving. PHP код: stock SaveHouse(houseid) {     new string[2048];     printf("Saving House ID %d", houseid);     format(s...
49