Search Results
It is possible. On top of script/your enum for saving player data: Код: new User[MAX_PLAYERS][pMinutes]; new minute[MAX_PLAYERS]; forward Minute(playerid); OnPlayerLogin/Spawn: Код: minute...
90
Because you give player a weapon of the same type. Weapon ID 27 - Combat Shotgun(100) Weapon ID 25 - Shotgun(50)
43
Quote: Originally Posted by lanix can you post some images Updated and posted some images. Enjoy
320
Use strcmp to compare the 2 strings. https://sampwiki.blast.hk/wiki/Strcmp You should really use Whirlpool or udb_hash because saving passwords as plain text is not secure.
119
Quote: Originally Posted by iCurse Well, good work but, how can i change maps? I spawned at RC Battlefield and i want to go to Jefferson Motel. Add this under OnPlayerCommandText. Cod...
320
I decided to release this gamemode because I'm currently working on a new script. It's not really finished.I didn't add team score textdraws and that anticheat is not really tested. There are 2 teams...
320
Quote: Originally Posted by PedexM You don't use Params why put? Look (with params): pawn Code: CMD:setarmour(playerid, params){    new id, armour;    if(sscanf(params, "ui", id, armo...
363
Quote: Originally Posted by [uL]Pottus All the players need to be on the same team so OnPlayerTakeDamage() doesn't do anything though. So something like this? Код: public OnPlayerR...
233
Quote: Originally Posted by [uL]Pottus If you have teams set and plan on using teams you will need to make some function hooks and modify how SetPlayerTeam() / GetPlayerTeam() operate so t...
233
Quote: Originally Posted by [uL]Pottus It's a bit more complicated than that Remba, I'm sorry I should have explained this you need to set all players to the same team so they can't damage...
233
Quote: Originally Posted by [uL]Pottus Here is the deal dude, the new SAMP version SHOULD have a Skinhit system that controls damage the new sync doesn't always work when you shoot the ski...
233
So im trying to make an anti health hack for my server and this is what I have so far: Код: new Float:pHealth[MAX_PLAYERS] // Variable to store the player's health OnPlayerTakeDamage Код: pu...
233
I decided to release a filterscript that shows random textdraw messages. Here is a screenshot so you can see how it looks like: This is my first release and i hope you like it. You should change th...
189
Quote: Originally Posted by Si|ent Sounds like the server is using invalid mods for those vehicles It crashes in singleplayer too.
112
Quote: Originally Posted by Unri Are you sure that your san andreas installer contains the original game files, not the modded ones? I don't have any mods in game.
112
So when I enter a certain vehicle my game crashes.I can enter in a police car, but I can't use the police bike or any bike at all.I can't enter in a Bullet and Cheetah I think.All other cars are fine....
112
Код: public vitals(playerid) { new string[5]; GetPlayerHealth(playerid,pHealth); GetPlayerArmour(playerid,pArmour); format(string, sizeof(string), "%.0f%", pHealth); TextDrawSe...
104
Try this: Код: PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash]+1000;
86
Try this: format(string, sizeof(string), "IP:[%s]",plrIP);
71