Search Results
Yea, streamer plugin and inc is same, last version, created objects: 650 in radius 600.0
122
Hello, does anyone know why this is happening? Objects are loaded in one place, I move 5-6 meters, objects disappear. Pictures: https://imgur.com/a/2XtYKg2 All objects are in format: CreateDynamicOb...
122
here is it: PHP код: new OneSeatVehicles[ 38 ] = {     425, 430, 432, 441, 446, 448, 452, 453,     454, 464, 465, 472, 473, 476, 481, 484,     485, 486, 493, ...
98
createvehicle has another parameter at end Код: CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay, addsiren=0) https://sampwiki.blast.hk/wiki/CreateVehic...
109
Okay, you will need a new command, and callback: here is command you can edit it for yourself: PHP код: CMD:drag( playerid, params[] ) {     new id, Float:Pos[ 3 ];     if( ssc...
98
Hi guys, i have problem like this: i have a loop witch is repeating 10 times, and its spawning objects at 10 different positions, here is code: Код: FarmerInfo[ playerid ][ FarmerObjekat ][ ii ] =...
62
debug is function called, is this code under OnPlayerPickupDynamicPickup, if is it called then check is BagInfo[playerid][mPickup] same as pickupid, maybe is reseted when player die...
55
Hi guys, i used this FS: https://sampforum.blast.hk/showthread.php?tid=535163 and i want to use FNPC plugin too, because i want to connect FNPCs because they IDs count reveres from MAX_PLAYERS, so wh...
64
Quote: Originally Posted by AbyssMorgan Use FCNPC Thanks! REP+
90
Quote: Originally Posted by EnzoMetlc 500 or 499? You should create 499 NPCs, connect 500 and kick the first 499 NPCs. lol, thats only way, im creating apocalypse GM, so i need about 5...
90
Hi guys, is it possible to connect NPC but to get reverse ids, example: i have 500 slots, when i connect npc i want to give him ID 500, not id 0?
90
Hi guys, i have this problem, with crashdetect i get this errors in log, and my server turns off: Код: [17:54:18] [debug] Server crashed while executing LSRP.amx [17:54:18] [debug] AMX backtrace: ...
56
Quote: Originally Posted by canip0000 Not working? mhm, try updating your sscanf then...
155
Mhm, try replacing ur code with this: PHP код: if(sscanf(params, "uis[35]", params[0], params[1], reason)) return SendClientMessage(playerid, -1, "usage: /jail [playerid] [time] [re...
155
here u go a function: PHP код: stock ConvertTime(vreme) {     new minuti, sekunde, string[128];     if(vreme > 59)     {         minuti = floatround(vreme/60);  ...
154
something is wrong then with this function: IsPlayerNearWater
81
Quote: Originally Posted by Stinged There is nothing wrong with sscanf's u specifier, I've been using it for years. Post a command as an example, Hapukoorepakk. I used it for years too,...
170
Quote: Originally Posted by Decurse First of post i write it ! give me more from above...
177
Hmm, looks like problem is more above, can you give me whole function of that, whole code of that part of script?
177
try using it like this: PHP Code: if(!IsPlayerConnected(ID))     {         format(string,sizeof(string),"{808080}[SERVER]{FFFFFF} The Player ID (%d) is not connected to the s...
238