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...
70
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, ...
70
Bump. --canned----started----message--
177
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...
177
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() ...
177
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...
177
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...
556
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...
556
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. ...
556
it would really help if the lines causing the warnings would be showed aswell.
84
derp my English isn't that well and i don't understand all the mentioned terms, thanks once again Vince, you saved the day.
100
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...
104
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...
100
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...
100
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...
198
Код: /* 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 #...
198
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]...
198
Its a Cnr DM server, not really roleplay :P
198
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...
198