Search Results
Ok, thanks for all your replies. You can lock this thread if you wish.
27
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)
27
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...
27
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...
27
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,...
27
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.
310
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 ...
310
sa-mp is becoming TF2, a Hat Simulator with First Person Shooter Features
134
Open pawno.exe -> Open File -> youscript.pwn That usually happens when you got more than one pawno folder
62
Am I? pawn Код: #include <a_samp>enum Gunz{    deagle,    sawnoff,    uzi,    m4}enum data{    description[128]}new weaponz[Gunz][data] = {    {"Dgl, best pistol EVAR!!!!"},  Â...
18
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...
73
You just said it, TextDraws. This gamemode has them. https://sampforum.blast.hk/showthread.php?tid=89748
35
I think he wants the IP of his server like: myserver.host.org:7777
38
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...
38
Those are "Variables", not "Functions", delete them from where you create them in the first place.
173
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 КÐ...
173
Show the code of those lines so we can help.
173
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...
125