Search Results
so i changed the code a bit, and now i got this, but the weird thing is, the handbrake works, but the up and down keys don't even though it's the same code Quote: if ((newkeys & ...
80
btw, if someone wants to help me solve this, please send the script back in a PM, and don't post it here. Thanks
80
Hello, I downloaded a speedometer filterscript, and tried to add the cruisecontrol fs into it, but i want the player to only press CTRL Once, and that works. But i wan't the cruisecontrol to stop whe...
80
if you're going to release this i would like to use it
335
Quote: Originally Posted by SVRP Put the MySQL debug on, and try again. When you've done this, post the MySQL log. lol weird i put it on mysql_log file: Код: [12:32:31] [12:32:31]...
96
no errors on compiling.. i made a /createhouse command (works) and made a house with it(worked XD) no errors on the server.. but it doesn't work.. it won't load the houses.. pawn Код: stock Load...
96
you need to load it after relog.. you got LoadUser_data or something like that?
102
this script just won't work.. i get no errors or stuff so what am i doing wrong? pawn Код: public OnPlayerDisconnect(playerid, reason){    new pname[MAX_PLAYER_NAME], rows;    GetPlayerName(p...
51
I get that error (title) but i do convert it to integers.. so that's weird here's the code: pawn Код: enum pInfo {    pname,    pPassword,    pCash,    pBank,    pScore,    pAdminLevel...
54
2 hours ago, i ordered a sa:mp host at volt-host, i payed through onebip but i didn't have to sign up (weird ) so the money got off my onebip.. but now i don't have a server? i didn't get any email fr...
110
i got a problem with my car lights, they don't shine.. pawn Код: CMD:lights(playerid, params[]) {    if(IsPlayerInAnyVehicle(playerid)) {        new engine, lights, alarm, doors, bonnet, bo...
48
Quote: Originally Posted by Zonoya TogglePlayerControllable(playerid, 0); did you even read what i said? I said the vehicle needs to be frozen, so people can't push it away... I don't n...
121
Hello, Is it possible to freeze a vehicle? Because i made cars that you can rent, but they have to stay on the same position, so that people can't push them away and stuff =p Thanks, Stefan
121
Quote: Originally Posted by Crystyan12 try this way pawn Код: for(new i; i < MAX_ENTERS; i++) {    if(pickupid ==Enters[i]) {            GameTextForPlayer(playerid, "~g~/ent...
125
Quote: Originally Posted by aRoach Give us the '/enter' Command why? /enter works perfectly.. the problem is the gametext on playerpickup
125
on player death: TextDrawShowForPlayer On player request spawn or player spawn TextDrawHideForPlayer
62
Hello all, i got the problem with pickups i will first post my code and then explain it so here's the code pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){ for(new i; i < MAX_ENTERS;...
125