Search Results
Код: //mechanic barrier CMD:mpost(playerid, params[]) { if(KasutajaInfo[playerid][Group] == 8 || KasutajaInfo[playerid][Admin] >= 2) { if(Gate[playerid]==0) { if(!IsPlayerInRangeOfPo...
74
try with this Код: stock mystock(stringvariable[], intvariable) { format(stringvariable, 24, "something"); intvariable = 12; return 1; }
166
main() { } works in my script kevi show us your server.cfg file
146
Your script is okay.Download zcmd from another place
108
Problem is in your zcmd include Код: Errors: C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(96) : warning 217: loose indentation C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\z...
108
Dude we already told you save cordinates outside house and teleport him when he want to exit if you dont know how to code it https://sampforum.blast.hk/showthread.php?tid=179206 Tutorial explain every...
172
Quote: hmm tp the player to the dynamic pick up's coordinates when he leave this will reduce work Yeap that im saying too
172
Yes ok but imagine if you have 500 houses? You will write if for enter and if for exit ? This are 1000 if
172
Save cordinates outside of house in house file and when player want to exit from house teleport him to cordinates that u saved
172
You can save stats in MySQL with this plugin https://sampforum.blast.hk/showthread.php?tid=56564 or you can save stats in files look https://sampforum.blast.hk/showthread.php?tid=570957 or https://sam...
113
https://sampforum.blast.hk/showthread.php?tid=56564
113
Код: The stacks follow the concept of "FIRST IN FIRST OUT" aka FIFO. stack - LIFO(last in,first out) queue - FIFO(first in,first out) https://en.wikipedia.org/wiki/Stack_...act_data_type) https:/...
353
You can save them to file or use variables
137
Код: If(IsPlayerInRangeOfPoint(playerid,RANGE,Your cordinates)) { //code... }
112
Your field is Rank1 or Rank 1? Code: format(query,sizeof(query),"UPDATE factions SET Rank1 = '%s' WHERE ID = %d",inputtext,EditingFacid); mysql_function_query(Connection,query,false,"","");
178
If i'm right you want to give player 100$ - 500$ every hour ? You can make this with timer,every hour to give all players 100$ - 500$.
155
Код: format(query,sizeof(query),"SELECT * FROM factions WHERE ID = %d ",pInfo[playerid][Faction]); mysql_function_query(Connection,query,false,"FactionInfo","i",playerid);
158