Search Results
Nvm got it, I just had the dialog showing in the loop by accident lol
138
So I have a command that I'm trying to make which takes lines from fread() and I want to make it so that each line found shows up in its own separate line in a dialog. Here is what I have so far but ...
138
PHP код: new vehicleid; vehicleid = GetPlayerVehicleID(playerid);  PHP код: new vehicleid, vehiclemodel; vehicleid = GetPlayerVehicleID(playerid); vehiclemodel = GetVehicl...
122
Lmao wtf. This is in samp? Can't wait to see the vid.
980
Say I want to make a cmd to put an object IN FRONT of a player. Or spawn a vehicle IN FRONT of a player. How do I do that? When I do it like this: GetPlayerPos(playerid, x, y, z); And then do x +2...
189
I'm getting this error when I run the vc2sa4samp filterscript. Does it mean I need to download the Vice City models and put them in my models folder? If so where can I download the models? Код: [...
154
Try this maybe: PHP код:     new newstring[1800];         strcat(newstring, "Civilian - Silenced Pistol,Shotgun - 0 XP\nBoxer - Deagle,Shotgun,More Fist Damage - 300Â...
148
Quote: Originally Posted by ****** weapon-config Thank you very much!
134
I want to make a filterscript or edit my gamemode to have custom damages per gun, per bodypart, per armor/health. So like... I want a 9mm to do less damage to armor then to hp. For example this is w...
134
Quote: Originally Posted by coool Code: print ("[FeedbackCMD FS]: ERROR - Feedback.txt not found. /feedback will not function properly. Add a text file called 'Feedback'..."); print ("[...
1,118
Quote: Originally Posted by Onfroi Time travel will never be possible. We might be able to create simulations that will be able to predict the future with extreme accuracy, as well show m...
2,028
Quote: Originally Posted by RogueDrifter I think you misunderstood the usage of github, you're supposed to upload the source code(.pwn/.inc) and not executeable/compressed files, upload th...
1,118
So then how do I get the timer value after that? For example after /repaircar ---> it sets a timer for 10mins How do I get the timer value so that if someone types /repaircar while the timer is s...
253
How do I do a SCM when this timer hits 0? PHP Code: CMD:repaircar(playerid, params[])  {      if(gettime() - GetPVarInt(playerid,"last_time_repaircar") < 5) return SendClientMessa...
253
Simple /feedback Dialog CMDStop running out of things to script! My first filterscript. Just started learning how to script about 3 days ago. Works pretty flawlessly, no bugs. Super simple but a gr...
1,118
Quote: Originally Posted by Jefff fclose(openedfile); after fwrite tyvm + repped Do you also know how I can add a line break to the txt file? I used \n\n but that doesn't work.
247
Quote: Originally Posted by Logic_ Why the default IO file system... There are other better alternatives already. And shouldn't you utilize discord or forum for the bug reports because th...
247