Search Results
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
...
51
What i can use for full hour??
If is 1pm 2:00pm, 3:00pm.... (full hours) send player a Message... Can you help?
51
under
pawn Код:
OnPlayerUpdate(...
add
pawn Код:
new Float:health;new veh;veh = GetPlayerVehicleID(playerid);GetVehicleHealth(veh, health);if(health < 251){ SetVehicleHealth(veh,25...
52
You want a command where is saving it??
pawn Код:
CMD:createhouse(playerid,params[]){ if(!IsPlayerAdmin(playerid)) return NotAdmin(playerid); new HousePrice,id = HouseCount, HouseLevel,...
68
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...
68
download new sscanf2 version, the lastes
107
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...
68
thanks for that, but i still get problem...
68
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 ...
68
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:...
51
If i use this i must have MySql system saving accounts or i can have .ini?
893
pawn Код:
input line too long (after substitutions)
try to shrink your code
27
Try to use sscanf2 and ZCMD...
Anyway...
Try to debug it..
36