Search Results
Quote: Originally Posted by Crayder ******'s Whirlpool plugin is a legit whirlpool algorithm. This situation just shows that it doesn't support all characters. The source is around here s...
100
So I am currently facing the issue of helping someone that has a saltpot on his hashed passwords however a part of this saltpot does not convert into whirlpool hash the same way as a PHP whirlpool has...
100
So I am trying to edit an object on a vehicle which I attached by removing that object creating it again so I can move it around with EditObject(etc), but then I have to calculate what the pos is for ...
40
Quote: Originally Posted by Mencent Hello! Yes, it is possible. You have to create a global variable: PHP код: new AllCommands[MAX_PLAYERS][100];  Now, you can save 100 Co...
198
Quote: Originally Posted by SoFahim PHP код: CMD:checkweapons(playerid,params[]) {     new temp[100], idx, targetid, string[256];             if(IsPlayerConnecte...
136
Quote: Originally Posted by FreddiewJO Already done! Then ObjectModel error should be fixed error 017: undefined symbol "SetDynamicObjectMaterial" Means that either your streamer does...
249
PHP код: new string[36]; GetPlayerName(playerid,string,MAX_PLAYER_NAME); if((strfind(string, "HaZZe", true) != -1)) 
157
Edit* Woops its not 24 hours yet :S didnt know. Third time's the charm, Basically what I would want is when I type a CMD the params of that would get saved to a variable and everytime you use that co...
198
Add these outside a function preferably near the top of your script: PHP код: new Object[MAX_CREATED_OBJECTS]; new ObjectModel[MAX_CREATED_OBJECTS]; new ObjectCount; 
249
Im presuming this so dont get mad if I got this wrong :P You got a SetPlayerPos under OnPlayerSpawn? Add this PHP код: public OnPlayerSpawn(playerid) { if(GetPVarInt(playerid, "Spawned") ...
95
Give us the coords to the hospitals you have? Like where you send them coords.
266
I need something like rawrs[MAX_PLAYERS][100] is this possible? anyone?
198
Then put this under onplayerspawn PHP код: new Hour, Minute, Second; gettime(Hour, Minute, Second); SetPlayerTime(playerid, Hour, Minute); 
158
Quote: Originally Posted by b3nz You can easily do this with the file system. Take a look at this. This was actually really helpfull to me thanks
175
PHP код: new hour, minutes; GetPlayerTime(playerid, hour, minutes); SetPlayerTime(playerid, hour-12, minutes);  Under OnPlayerDeath or something or better yet under OnPlayerSpawn i...
158
Quote: Originally Posted by XBrianX Hey asshole. This is just an example it is not the full code dipshit. Then why ask for rep for a piece of useless code you pulled from god knows whe...
147
Quote: Originally Posted by simo0000 pawn Код: new string[128];format(string, 128, "%s(ID:%d) has reported ~n~%s(ID:%d) ~n~reason %s.", GetName(playerid), playerid, GetName(id), id, re...
103
Quote: Originally Posted by XBrianX Here is my code. PHP код: CMD:changename(playerid, params[]) {             return 1;         }         //if(Player...
147