Search Results
Download Stream Memory Fix, I can't post links for some reason, but ****** says it all, If you have 2gb, Download the 512 MB Version, If you have 4, Go for 2gb, And 8... Well. Theres no 4gb version, B...
193
I've had this problem before, I fixed it by making sure when I compile the .AMX File for the script, it saves into the filterscripts / gamemode folder. Let me know if this works.
115
Sorry for the late reply, I'll try those options, I was studying earlier yesterday
122
Hello, im currently remaking a gamemode from GTA V (Further details to be released soon), as I mentioned in my last post, but there is a problem with GetPlayerName, but luckily no errors. The killer's...
122
Hello there! Im currently trying to re-create a gamemode from GTA V & integrate it into samp, but i've ran into one issue and that is timers. I wanted to know how I can use timers to create a "Su...
80
Hello, Im getting errors with this line, listed below. I cannot fix it, And I have tried many methods Код: new h = PlayerInfo[playerid][pPhousekey]; Код: G:\Roleplay Server\gamemodes\rp.p...
59
I have done that, Im just having a problem getting it to work
109
Hello, I want to use the "Enter" key to enter into a building, but it doesn't work, no errors, just not functioning Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if (PRESSED...
109
Same errors on line 1033 = if(PlayerInfo[playerid][Adminlevel] > 5) { //this is also taken from the tut by Kush
62
Hello, I am trying to make a /kick command, but I get 4 errors.. Heres the code and errors.. Код: CMD:kick(playerid,params[]) { new id,reason[128],name[MAX_PLAYER_NAME]; if(PlayerInfo[pla...
62
I've included the main parts of the script for you. Код: new Float: PosX[ MAX_PLAYERS ], Float: PosY[ MAX_PLAYERS ], Float: PosZ[ MAX_PLAYERS ], Float: Angle[ MAX_PLAYERS ], ...
80
Hello, I am using Y_INI to save Health and Armour on disconnect. But there is a problem on the players connection, when they spawn, their health is set to 1.0000, I am using the correct Floats and fun...
80
Less errors, but left with these; Код: G:\Roleplay Server\gamemodes\rp.pwn(773) : error 029: invalid expression, assumed zero G:\Roleplay Server\gamemodes\rp.pwn(773) : warning 215: expression ha...
99
It was hard to explain, I got errors from this, I know I have did wrong in the code, but I cannot figure it out.. Код: CMD:hc(playerid, params[]) { if(isnull(params)) return SendClientMessage...
99
Close this topic, Spelling mistake from the script, Lol!
40
Quote: Originally Posted by DobbysGamertag Add a boolean to your script pawn Код: new bool:IsNew[MAX_PLAYERS];//somewhere you check if they've registered. EG, showing a register dial...
116
Hello, I have created my login system, and I want to check if a player is new to the server, after registering. How is that done? (I prefer OnPlayerSpawn if possible ), I have searched but I cannot f...
116
I am using cleo, And the mods are : Stream Memory fix - ELM - and CLEO.asi
117