Search Results
@JasonRiggs the Primary issue there was resolved this thread represents a new issue within the same part of code, therefor i opened a new thread, anyway thank you for your response, does that mean i d...
181
I'm having a minor issue where i'm getting 2 odd errors while trying to implement a new system. I unfortunately receive the "warning 213: tag mismatch" twice, and i have no idea on how to resolve it, ...
181
Bump. --canned----started----message--
365
Oh i have already removed that i've noticed it on the wiki indeed, thank you konstantinos for the additional information i appreciate it, however i changed a few things here and there and it brought m...
365
Quote: Originally Posted by Konstantinos https://sampwiki.blast.hk/wiki/MySQL#cache_get_row_count The destination variable to store and not the connection handle or use cache_num_rows() ...
365
Hey guys, i am trying to create a simple server vehicle system that loads from a mysql database, however i have some minor issues. Code: function Vehicle_Load() { new rows = cache_get_row_co...
365
Quote: Originally Posted by Konstantinos They are not negative comments but these things need to be fixed so it will work properly. There is another one which is very important: Dynamic p...
976
I appreciate all of your input, yes it may have some typo's or I forgot to loop trough, I was a bit tired. But thank you really all of your input helps me get further. next time, instead of giving co...
976
Commands : /createbribe - this creates a bribe star pickup with a text label at your position example: [Bribe x] X represents the id. /removebribe [id] - this removed the created bribe using the ID. ...
976
it would really help if the lines causing the warnings would be showed aswell.
158
derp my English isn't that well and i don't understand all the mentioned terms, thanks once again Vince, you saved the day.
226
I've written you a quick setmoney command, you can use this to create a givemoney command. I'm not sure if its working since i wrote it in notepad. Код: CMD:setmoney(playerid, params[]) { new s...
204
ah thanks @theDrx, You really helped me out here, since this was exactly what i was looking for. Edit: I forgot to mention i did do this. its defined at the top of my gamemode as new Tazed[MAX_PLAY...
226
How come i cant use a variable in a different command as a check? Код: CMD:cuff(playerid, params[]) { new targetid; if(sscanf(params,"u",targetid)) return SendClientMessage(playerid,-1,"{ff387a...
226
I'm doing this the exact same way at few other commands, I have the timer stored in a enum on command execution, however For the taze its not working, its not returning anything but the errors. I.e No...
365
Код: /* Date/time functions * * (c) Copyright 2001-2005, ITB CompuPhase * This file is provided as is (no warranties). */ #if defined _time_included #endinput #endif #define _time_included #...
365
I've tried the following code Код: CMD:taze(playerid, params[]) { new targetid; if(sscanf(params,"u",targetid)) return SendClientMessage(playerid,-1,"{ffaaaa}[Server]:{ffffff} /taze [ID | Name]...
365
Its a Cnr DM server, not really roleplay :P
365
Does this seem correct or should i alter it? I just want 50% chance to succesfully taze a player, maybe 60 percent, however i have no clue on how to accomplish that. Код: CMD:taze(playerid, param...
365