Search Results
bump still i have this problem
219
Quote: Originally Posted by BigETI Get the current system time by this func below: https://sampwiki.blast.hk/wiki/Gettime Chat functions: https://sampwiki.blast.hk/wiki/SendClientMessage ...
106
What i can use for full hour?? If is 1pm 2:00pm, 3:00pm.... (full hours) send player a Message... Can you help?
106
under pawn Код: OnPlayerUpdate(... add pawn Код: new Float:health;new veh;veh = GetPlayerVehicleID(playerid);GetVehicleHealth(veh, health);if(health < 251){    SetVehicleHealth(veh,25...
238
You want a command where is saving it?? pawn Код: CMD:createhouse(playerid,params[]){    if(!IsPlayerAdmin(playerid)) return NotAdmin(playerid);    new HousePrice,id = HouseCount, HouseLevel,...
219
pawn Код: forward ini_examples_mine(name[], value[]);public ini_examples_mine(name[], value[]){    new file[60];    for(new i = 0; i < MAX_HOUSES;i++)    {        format(file,sizeof(f...
219
Quote: Originally Posted by PlayHard Hm, I can't detect what the problem is. Can you post what it says? Else try to use the way Kush used Y_Ini in it dosent have any of problem, just do...
219
thanks for that, but i still get problem...
219
I have problem with loading with y_ini i put: pawn Код: new file[40];format(file,sizeof(file),"House/Kuce/%i.ini",HouseCount);INI_ParseFile(file, "ini_%s_%s"); under OnGameModeInit and at the ...
219
i solved ti... thanks all
114
When i add FilterScript in server.cfg my server crash... and when i turn it on, if i dont have that FilterScript it all works fine... and it compile fs without any of errors or warnings.. I get this:...
114
If i use this i must have MySql system saving accounts or i can have .ini?
2,611
pawn Код: input line too long (after substitutions) try to shrink your code
58
Try to use sscanf2 and ZCMD... Anyway... Try to debug it..
130