Search Results
Код: forward MasterAccountSave(playerid); public MasterAccountSave(playerid) { if(AccountExists(playerid)) { if(MasterAccount[playerid][mLoggedIn]) { new query...
144
well it is a gamemode from scratch, and i thought you dont need it beacuse i just wanna know how to split string onto number and string
73
So i created address system so every house has its own address. It generates the address when the house is created by looking at SAZones and it puts the smallest number that isn't loaded. My problem i...
73
So...when i start a server and enter for the first time my CameraLookAt is SAMP default, my skin stays CJ it doesnt change and my speedometer textdraw is not working propertly. When i make GMX it fixe...
69
it is not inside the loop
150
Still not working, the number is always 1
150
remove UsePlayerPedAnims(); from OnGameModeInit
141
pawn Код: CMD:cc(playerid, params[]){    if(PlayerInfo[playerid][Admin] >= 1)    {        for(new i; i<100; i++)        {            SendClientMessageToAll(-1, "");     ...
177
pawn Код: stock OdrediAdresu(houseid, number){    new string[128];    for(new h = 0; h < MAX_HOUSES; h++)    {        if(HouseInfo[houseid][hZone] == HouseInfo[h][hZone] && nu...
150
Код: stock HouseAddress(houseid) { for(new h = 0; h < MAX_HOUSES; h++) { new number = 1; if(HouseInfo[houseid][hZone] == HouseInfo[h][hZone] && number == HouseInfo[h][hNu...
150
it means variables X, Y and Z are already defined somewhere
122
You mean with sscanf? Код: if(sscanf(params, "us[MAX_PLAYER_NAME]", id, name)) return SendClientMessage(playerid, LIGHTBLUE, "Usage: /setadminname [ID] [Name]");
134
you dont need loads of timers, you can put all the jobs in one , beacuse this timer doesnt depend on players working
136
put a timer on ongamemodeinit Код: SetTimer("SideJob", 60000, true); it should go every minute and lower the player variable by one, when it reaches 0 you can work again Код: forward SideJob()...
136
So i am making a house system and i want to make when you create a house it creates a house address with city zones and number. i dont know how to make numbering system to check there are no same numb...
150
Help? Код: stock SviClanovi(playerid, idorg) { new DBResult: Result, Field1[24], Field2[24], Query[350], string[256]; format(Query, sizeof(Query), "SELECT * FROM USERS WHERE CLAN = %d", i...
62