Search Results
Started SAMP few moments ago, AVG told me it is a virus, IDP.Generic. Tried to reinstall, cannot manage to. samp.exe will not be copied. Program has been run with admin privileges ofc.
101
Didnt read still your code but unless you press F4 before dying you should spawn normally. Probably you added something you need to check under OnPlayerDeath.
241
Use TogglePlayerSpectating for it. NOTE: If you use TogglePlayerSpectating under OnPlayerConnect, be sure to add SetSpawnInfo(playerid, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); or you will experience crashin...
241
YOU ARE SIMPLY AMAZING
36,159
Check if there are commands with same name, if yes try changing their names.
498
PHP код: #include a_samp #include foreach #include sscanf2 OnPlayerConnect(playerid) {     return 1; }  PHP код: C:\Users\Re\Downloads\Server_SAMP\sv\gamemodes\newtdm.p(56...
216
If you will repeat the same errors this will happen again
191
Or PHP код: switch(playerinfo[playerid][level]) {     case 0: GivePlayerMoney(playerid, 5000);   //level 0     case 1: GivePlayerMoney(playerid, 50000); // level 1    Â...
276
Try with PHP код: SetTimerEx("LocTimer", 5000, false, "ii", playerid, giveplayerid); 
226
Under OnPlayerTakeDamage PHP код:     new h[12], Float:hp;    GetPlayerHealth(playerid, hp);    format(h, sizeof h,"%.1f%%", hp);        // PlayerTextDrawSetString......
298
With GetPlayerHealth and PlayerTextDrawSetString
298
Never tried, but I guess.. modifying all the coordinates by the same amount? Except the Z coordinate. eg: Код: CreateObject(id, 45.000000, 60.000000, 90.000000, 0.0, 0.0, 0.0); to Код: Creat...
176
Lol a car with a house on it? AWESOME! Btw check where you create the vehicles, if you use custom funcs to create them and into all filterscripts you may be using
163
Didnt read the part where he only wants 4 dark hours Tho SetWorldTime only sets the hour, not minutes. To me it is way better to set minutes aswell, idk really if SA world time changes suddently from...
193
Yes, but I'do it more short PHP код: forward ServerTime(); public ServerTime() {       new h, m, s;       gettime(h, m, s);       foreach(Player, k)SetPlayerTime(k, ...
193
Sorry, this section is for scripting help, not for script requestings.
79