Search Results
PHP код: new SuicideAttempts[MAX_PLAYERS]; public OnPlayerDeath(playerid, killerid) {     if(killerid != INVALID_PLAYER_ID)     {         PlayerInfo[killerid][Kills] ++;Â...
86
Quote: Originally Posted by oOoBl4cKoOo PHP код: new Pool[MAX_PLAYERS]; stock GivePlayerPool(playerid, money) {     Pool[playerid] += money;     ResetPlayerMoney(playe...
89
If you have an anti money hack like this: PHP код: new Cash[MAX_PLAYERS]; stock GivePlayerCash(playerid, money) {     return Cash[playerid] += money; } stock GetPlayerCash(playerid...
89
PHP код:     new Text3D:Text;     Text = Create3DTextLabel("text blablalbalbla", -1, sposX, sposY, sposZ, 15.0, 0, 0); 
86
Quote: Originally Posted by Flashhiee I dont recomand hardcoding it like that. You can make a file to read from..that way if you want to add more languages down the way you can do it. Also...
498
You used ~n~? Can you post the textdraw?
95
Make a variable for both languages. PHP код: public OnPlayerConnect(playerid) {     if(P_Data[playerid][Language] == 1)     {         SendClientMessage(playerid, 69, "BineÂ...
498
Quote: Originally Posted by Phreak Ok but let's say someone used an easy password like "123456" which will probably be in every dictionary ever. Couldn't the attacker just add the salt to ...
145
If you are using TDE, be careful when you minimise your game because this is creating duplicates of your selected textdraw. Search in your filterscript, you 100% have the skin textdraw duplicated by 2...
175
Quote: Originally Posted by Nru Already said, editing the Z Rotation to 0 gave me the first image. At me is working perfectly.
175
PHP код: TDEditor_PTD[playerid][6] = CreatePlayerTextDraw(playerid, 30.000000, 165.200000, "_"); PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][6], 0.000000, 0.000000); Playe...
175
https://github.com/pBlueG/SA-MP-MySQL/releases/tag/R39 https://github.com/pBlueG/SA-MP-MySQ...ases/tag/R39-2 https://github.com/pBlueG/SA-MP-MySQ...ases/tag/R39-3 https://github.com/pBlueG/SA-MP-MySQ....
101
Update: - Removed the "x" button. - Removed 2 characters from censored password.
171
Quote: Originally Posted by [WSF]ThA_Devil I personally do not like the spacing for 'username' and 'password' font as it makes it a bit tough on eyes to read. Also, instead of a black bord...
171
Quote: Originally Posted by RANGER44 I like the one without password, but make what you like. After you click "Click Here" you will need to enter your account password and after all thi...
171
How it looks? Without a password: With a password: I need your opinion. Thanks all!
171
Quote: Originally Posted by Risq It look's soo empty. The Objects was placed so bad. I know, but is empty because of GTA SA limitation. What objects you think is placed bad? Quote: ...
909
Los Santos Hospital | Custom Interior #1 180 objects 1 Reception Room 1 Waiting Room 1 Changing Room 1 Doctor Office 1 Toilet Room 1 Recoltation Room Location: All Saints General Hospital - Los Sant...
909