Search Results
Quote: Originally Posted by Kenway Код: forward LoadClan_data(clanid,name[],value[]); public LoadClan_data(clanid,name[],value[]) { INI_Int("ID",ClanInfo[clanid][cId]); INI_Int...
206
pawn Код: forward SaveClan(clanid);public SaveClan(clanid){    new INI:File = INI_Open(ClanPath(clanid));    INI_SetTag(File,"data");    INI_WriteString(File,"ClanName",ClanInfo[clanid][cNam...
206
Quote: Originally Posted by ****** It otherwise looks OK. but when i try it the clan still not loaded , when i create my clan and i relog it still ok , but when i restart the server and...
206
Quote: Originally Posted by ****** You can't have spaces in keys, y_ini interprets that as key: "Clan", value: "Tag = DK". Just that the problem ? , thats my code is correct , right ?
206
Quote: [data] Color = 33 Member = 0 ID = 1 Leader = Clan Tag = DK Clan Name = DragonKnight ofc , when i create clan . invite player to clan and kick clan it always saving , ongam...
206
Hello guys iam trying to make my own clan system on my gamemode i has done creating the saving system when i Re-Log sa-mp thats still work creating my Clan Tag [GOGS]HolyScripter but then i restart sa...
206
hello guys i got this error on mysql GM , Quote: errorid: 2014 | error: Commands out of sync; you can't run this command now Quote: query: UPDATE playeraccounts SET p...
54
Read again my thread , i have added before if you got banned
1,314
Quote: Originally Posted by UnknownOwner I am working to change the gamemode's language to English.. Granted , btw thanks all have support me
1,314
Thanks man , maybe i will release a english version so All of you can use it
1,314
Quote: pawn Код: new Float:RSpawns[5][3] ={    {1036.6963,1020.6562,11.0000}, // Randomspawn    {-1246.2953,6.3236,14.1484}, // Randomspawn    {-2026.4314,146.3436,28.8359}, // Randomspa...
177
Quote: Originally Posted by ManGoe you finally released it thanks no problem man , if you need help or want ask something , you can post it here btw if you like it you can give me rep ...
1,314
if you put destroyobject on onvehiclespawn , it will destroy the object on the car when another vehicle is respawning so you must put it on onvehicledeath , cmiiw
1,784
You should Put DestroyObject on OnVehicleDeath mayn
1,784