Search Results
Quote: Originally Posted by SickAttack pawn Код: stock Hook_GivePlayerMoney(playerid, amount){    Account[playerid][PocketMoney] += amount;    ResetPlayerMoney(playerid);    retu...
178
Quote: Originally Posted by GlaL the problem is i forgot what last thing i made Quote: Originally Posted by GlaL UP UP You're not allowed to bump a topic that often, if I...
121
Yes it is possible, but only with certain keys, you can find the available keys here: https://sampwiki.blast.hk/wiki/Keys Best regards, Jesse
193
If you count the opening ( { ) and closing ( } ) brackets you'll see that you have 7 opening ( { ) brackets in the code and just 6 closing ( } ) brackets, should be enough said, if you're still unable...
61
Код: TextDrawTextSize(Text_Tuning[4], 284.888275, 102.044441); TextDrawTextSize(Text_Tuning[3], 753.332702, 94.577728); These values are way too high, at least, what I can tell from the screenshot...
233
Quote: Originally Posted by fordawinzz here is what I'm talking about: sorry for bumping, I don't know why I couldn't post the picture in the above post, lol if I click 'leave garage' i...
233
You should provide the code where you create the textdraws and the pieces from 'OnPlayerClickTextDraw' where you click these specific textdraws. Further what I can say about the clickable area, play a...
233
It's pretty easy, you just create a command and the first thing you do is checking wether a certain variable connected to the player who entered the command is a certain amount (For example 'AdminLeve...
64
You should save Admin priveledges to player names and not player IDs, as quite obviously anyone could have these IDs and the name (If you have a register/login system) would be unique. Best regards, ...
175
I don't really understand your problem, you made a toll system with a gate and the gate is opening for the police but it's not closing at all? Best regards, Jesse
112
You should indeed try searching on MySQL help websites, I had a problem like this a month (Or two months) ago myself and wouldn't get/find any help here either but I can already tell you for me the on...
79
pawn Код: switch(glob0[playerid])    {    case 1:        {        SetPlayerPos(playerid, -2787.6155 + random(66), -294.2366 + random(8), 7.0399);        SetPlayerFacingAngle(player...
113
Quote: Originally Posted by Bek_Loking How do I make godmode, I don't even know? Like this: Код: CMD:godmode(playerid, params[]) { SendClientMessage(playerid, 0x99FFFF, "You're in g...
106
Quote: Originally Posted by Konstantinos The error means that the array has size of 2 so the valid indexes are 0 and 1. Any other value will cause run time error 4. It'd be helpful if you...
80
Hey! I was scripting and when I did the next; pawn Код: for(new i = 0; i < 1; i++)    {    printf("i = %d", i);    } The code would only print; Код: i = 0 Then I tried these two (Bas...
80
Quote: Originally Posted by yoran765 I have no idea how MySQL works and i'm getting pretty frustrated. What do you mean by MySQL non changing key to the ingame volatile vehicleid. You can'...
206
Quote: Originally Posted by Patrick_ Well converting from StrickenKid's will be different because r39 threaded and they aren't similar to the old one which I am referring to r6, I suggest ...
67
Hello, Quick question, could someone please help me by giving tips on how to convert StrickenKid's SQL plugin to BlueG's, what I currently need to know is how to do; pawn Code: mysql_fetch_field("Ch...
67
Hello, I have this code which was working perfectly fine yesterday and all the time before, now when I started my testserver and attempted to join the game it wouldn't even let me log in because it g...
54
Quote: Originally Posted by Matnix pawn Код: // yes - 99 beacause if you put 100 he will need 101score. if(GetPlayerScore(playerid) < 99 ) I editted my post and now the post ti...
208