Search Results
Thanks , i did it. So no longer i need help <3
165
Quote: Originally Posted by G4M30V3R http://www.codingvision.net/security...process-memory Thanks , but i need more help. What should i search? Is there any way to detect with samp.dll ...
165
Hey guys i have a question mark on my mind , is there any way to detect if gta_sa process connected to a server with c#? I mean detect if the process connected or is connecting. Thanks guys, mb you ...
165
I think zombies are not good in this case , you should add some classes for example Vampires that players can be them , and they kill civil players... Also some classes for defence their family (APOCA...
160
Use this: (Also do it to me by click on: ) PHP код:         if(SundayAuto[playerid] == 1)         {             if(strval(text) == 1)             { ...
215
remove #include <moneyhax_FS> and do this: CLICK
50
Use This: PHP код: new walkHP[MAX_PLAYERS][2]; public OnPlayerUpdate(playerid) {     if(walkHP[playerid][0] != 1)     {         if(IsPlayerInRangeOfPoint(playerid, 100, -...
76
Quote: Originally Posted by Wreeper C:\Users\Wreeper\Desktop\sal\gamemodes\localhost.p wn(290) : error 010: invalid function or declaration C:\Users\Wreeper\Desktop\sal\gamemodes\localhos...
109
Use this on your command exept CreateVehicle(... PHP код:     SetPVarInt(playerid,"SpawnedCar",CreateVehicle(411,...));  Then use this when you want to put player in it PHP код: ...
90
If you want to add commands , you should place their script under OnPlayerCommandText ... NOTE: OnPlayerCommandText is in your script you should just search it. For example: PHP код: public O...
109
Quote: Originally Posted by KinderClans taktaz: Thanks but doesn't work... its because of some return 1; or errors that are upper than the code , that they dont let the script to be app...
148
Add this at the top of your script: PHP код: #define logindialog 1010  And also change OnPlayerConnect like this: PHP код: public OnPlayerConnect(playerid) {     ShowPlayerD...
124
add this under OnPlayerUpdate function (or mb an all-time-repeating timer that involve all players) PHP код:     if(GetPVarInt(playerid,"coloredWanted") != GetPlayerWantedLevel(playerid))...
157
SetPlayerAttachedObject dont return the id of created object (Return Values: 1 on success, 0 on failure.) , so you should use PHP код: GetPlayerPos(playerid, lnx_pLoc[0], lnx_pLoc[1], lnx_pL...
66
Put this at the last line of OnPlayerSpawn (before }) PHP код:     if(HospitalSpawn[playerid])     {         HospitalSpawn[playerid] = false;         new closest, Fl...
148
Quote: Originally Posted by Xhizors Aaah. Who cares. I script for fun I have also a 2D Super Mario Bros game mode (0.3.7) with working boxes. I think it will fit as a minigame to a RP ser...
412
first you should remove PHP код: new Text:Global_HUD_Txd;  **** NEXT STEP: then you should add PHP код: new Text:Global_HUD_Txd[7];  at the top of your script (under inclu...
138
You can taste this topic: https://sampforum.blast.hk/showthread.php?tid=589152 Hope it help you , and you press reputation...
251
Quote: Originally Posted by Uvais PHP код: COMMAND:acmds(playerid, params[]) {     new string[2068];     if(Player[playerid][Level] < 1) return SendClientMessage(pl...
214
This is not a common idea , You can also use FilterScripts to do that... Also you can control them when you are admin (rcon logined) with "/rcon loadfs FILTERSCRIPT_NAME" and "/rcon unloadfs FILTERS...
421