Search Results
You need to edit the mysql connection in the mod, read some about mysql r39 first of all
12,746
Fixed the registration errors in the databasehttp://www70.zippyshare.com/v/GXZMNbb5/file.html
12,746
I can't enter to a bussiness, but I can enter to a house. Код: CMD:enter(playerid, params[]) { if(!LoggedIn[playerid])return true; if(!IsPlayerInAnyVehicle(playerid)) { for(new i = 0; i &l...
80
A little info: I have 10 safe and i want to check if they are open or closed one by one and list the information in a dialog, then in the dialog the player can choose a safe and open it or close it(de...
48
Код: CMD:szef(playerid, params[]) { new SzefLista[512], SzefString[MAX_SZEF][64]; format(SzefLista, sizeof(SzefLista), "Szйf\tБllapot\n"); for(new i; i <MAX_SZEF; i ++) { if(SzefLP[i] =...
48
Like this: John says: I visit forum.sa-mp.com ... (new line)every day.
59
Ralfie's method is working, the only problem is that it sets the strings first part to 670, not 0670. Is there any way to fix this?
102
Hey! how can i insert numbers before random numbers? I was trying like this but it is not working Код: if(GetPlayerMoney(playerid) < 99) return SCM(playerid, COLOR_LIGHTRED, "You do not ha...
102
It saves correctly, this is the important part of the ID 1 car.ini: Код: HP=826.000000 Panels=18874401 Doors=33554944 Lights=5 Tires=0 The only problem is applying the health and damage status to ...
93
To be 100% correct the HP, Panels, Doors, Tires does load up, but the script is not changing the car IG. Код: LoadVehicles() { new string[64]; new File:handle, count; new filename[64], line[25...
93
Code: enum hInfo { hOwned, hPrice, hOwner[MAX_PLAYER_NAME], hLocked, hMoney, Float:hEntranceX, Float:hEntranceY, Float:hEntranceZ, Float:hEntranceA, Float:hExi...
130
Code: if(IsPlayerInRangeOfPoint(playerid, 5.0, HouseInfo[h][hExitX], HouseInfo[h][hExitY], HouseInfo[h][hExitZ] && vw == HouseInfo[h][hInsideWorld])) return h; Code: DayRPG.pwn(7229) : warni...
130
Which part should I change to strcat?
163
Code: SaveVehicle(vehicleid) { if(!Iter_Contains(ServerVehicles, vehicleid)) return 0; format(vInfo[vehicleid][vehName], 16, GetVehicleName(vInfo[vehicleid][vehModel])); GetVehiclePos(v...
163
Код: #include <a_samp> #include <a_http> //#include <SKY> //#include <weapon-config> #undef MAX_PLAYERS #define MAX_PLAYERS (100) #include <a_mysql> // R39 #inclu...
32,009