Search Results
PHP код: new DB_Query[256], DBResult:Result; format(DB_Query, sizeof(DB_Query), "SELECT Username FROM Table WHERE UserID = '%d';", GarageInfo[Garageid][garageOwnerID]); Result = d...
146
Haven't you tried doing this?: PHP код: CMD:sellgarage(playerid, params[]) {     new GarageID, price;     if(sscanf(params, "ii", GarageID, price)) return SCM(playerid, COLOR_...
62
Quote: Originally Posted by Infin1ty You're looking at an old commit. 87e43b2 is the latest. That line isn't even there nor is OnPlayerSpawn. It was, you have already corrected it. An...
3,036
You have to fix 'OnPlayerSpawn'. You also forgot to remove this line: #include "filterscripts/pld/colors.pwn"
3,036
I'm running the same version and everything is fine. Try removing 'gta_sa.set' (if the file is already created) <C:\Users\name\Documents\GTA San Andreas User Files>
257
mysql_format(g_sql, query, sizeof(query), "UPDATE characters SET p_money = '%d' WHERE p_name = '%e'", pData[playerid][pMoney], ReturnName(targetID)); 'pData[playerid][pMoney]' should be 'pData[targe...
262
Quote: Originally Posted by TheToretto It is good looking and well done, but why split into several filterscripts? Even for two lines of code lol? Exactly, I don't see any sense in that...
3,036
Quote: Originally Posted by alexjanjaj Im trying to restrict every single hydra, how do i lock all hydras ingame and just let them unlocked for VIP Players? I dont seem to understand it ...
780
PHP Code: public OnPlayerStateChange(playerid, newstate, oldstate) {     if(newstate == PLAYER_STATE_DRIVER)     {         new vmodel = GetVehicleModel(GetPlayerVehicleID(p...
780
Must be: HouseInfo[i][hExt][1]....
96
You must verify if issuerid is a valid player. If it is not a valid player, issuerid will be INVALID_PLAYER_ID "0xFFFF (65536)".
333
'params []' are parameters. (playerid, params[]) You can look for tutorials on that here in the forum.
146
Test it. PHP Code: CMD:spec(playerid, params[])  {      if(PlayerInfo[playerid][pAdmin] <= 0) return SCM(playerid, COLOR_ERROR,"You do not have the required access to execu...
146
Can this be done through a dedicated?
774
Test it. By the way, in the 'foreach' you must verify if all the 'id' traversed are in 'spectator' mode (variable 'IsSpecing' enabled). Another thing, when using 'foreach' it is not necessary to chec...
146
Quote: Originally Posted by rorrobryan https://sampforum.blast.hk/showthread.php?tid=640162 28/08/2017
529
Quote: Originally Posted by nickdodd25 Extravm for sure if you have issues with attacks. One of the kvm lines, and openvz run on ovh's game firewall. And as for the actual performance of ...
1,350
Happy New Year, may this be a year full of many codes for all! ^^
1,853
In my case, I simply look for a VPS that has good sustainability and speed. That the attacks can be "avoided" as much as possible. Well, I do not have as much knowledge about the protections and those...
1,350