Search Results
Ok, thanks for all your replies. You can lock this thread if you wish.
108
I see, thanks for your help, I appreciate it. Just one last thing, sorry for being persistent: Why does it work with "/" on the string? (Atleast I think it's working, last I checked)
108
oh wow, I feel like an ignorant now. Thanks for pointing that one out. But another issue that popped now: in general.pwn, I had a define that was basically a macro of another file Код: #define B...
108
Weird, if I change Код: #include "../src/Definitions/Macros/colors.pwn" #include "../src/Definitions/Macros/general.pwn" to Код: #include "../src/Definitions/Macros/general.pwn" #include "../s...
108
Hi there. I've found this strange problem while I was trying to organize a gamemode that me and a friend were scripting by seperating it by files, such as placing the callbacks in each seperate file,...
108
And I assume that you, TheDominator, are Cam3 aka C4M3R0N, the sir-hax-alot either way, dont bother reply the topic just to answer me.
942
Lol. Matrix, you got to the lowest level that I didn't think even you would go to: Making false accusations. Plus, even if it was true, since you're such a smart*ss, you would just follow this nice ...
942
sa-mp is becoming TF2, a Hat Simulator with First Person Shooter Features
384
Open pawno.exe -> Open File -> youscript.pwn That usually happens when you got more than one pawno folder
161
Am I? pawn Код: #include <a_samp>enum Gunz{    deagle,    sawnoff,    uzi,    m4}enum data{    description[128]}new weaponz[Gunz][data] = {    {"Dgl, best pistol EVAR!!!!"},  Â...
45
You can try to script it. Just see if the player's vehicle gets its speed down drastically and the health goes down, that means that it crashed, but see if the speed direction was on the front, then d...
160
You just said it, TextDraws. This gamemode has them. https://sampforum.blast.hk/showthread.php?tid=89748
201
I think he wants the IP of his server like: myserver.host.org:7777
110
pawn Код: format( myString, sizeof( myString ), " X = %04.02f~n~ Y = %04.02f~n~ Z = %04.02f~n~ A = %03.02f", c_x, c_y, c_z, c_a ); (It's gonna be used on a TextDraw, thats why I'm using ~n~ instea...
146
Those are "Variables", not "Functions", delete them from where you create them in the first place.
315
if the variables Код: ChangeToHuman1 ChangeToZombie ChangeToZombie2 ChangeToHuman2 got the ID of a player, then I think you should try like: 546: pawn Код: Human(ChangeToHuman1); 554: pawn КÐ...
315
Show the code of those lines so we can help.
315
use SpawnPlayer() on OnPlayerRequestClass If you got a login(account) system, check if the player is logged in. Something like: Код: public OnPlayerRequestClass(playerid, classid) { if(PlayerVar...
237