Search Results
ReD_HunTeR. Thanks for the post. I already detecting any of this things. My Problem is that it's still possible. The Hackers arent crashing players. They're just freezing other players. I've played ab...
302
Hey there Th3aMr: When you've an Solution for it, could you sent me the Solution too ? Im fighting with them about 3 weeks now and still cant find a solution.
Regards
Tigerkiller
302
Well, i've done that ealier too. When it spawns, it has the same color as before (18, 1) The Paintjob is 2. The values are correct. So the paintjob is overriding the Coloors even when i reset the colo...
188
Hello guys, i'm fighting now a few Hours with this Issue and i can't get it working.
When i Create a Vehicle i'm chaning the Colors and also the Paintjob. The Paintjob changes the color.
For example: ...
188
Hey there, you've forgotten 2 Semikolons (:
pawn Код:
enum tinfo{ turfID, turfName[ 40 ], Float:zMinX, Float:zMinY, Float:zMaxX, Float:zMaxY, Turf...
284
Okay, thanks you for your response. I better said for it to get fixxed
220
Well, first of all: Thanks for your response.
I had already tryed it but it seems like it doesnt works too.
Regards: Tigerkiller
220
Hello Community, i wanted to finish my Vehiclesystem but it seems like the Rotations arent getting set correctly.
Well, they get loaded correctly (using CreateVehicle) but if they explode or anything ...
220
pawn Код:
CMD:xgoto(playerid, params[]){ new Float:Coords[3], string[100]; if (sscanf(params, "fff", Coords[0], Coords[1], Coords[2])) SendClientMessage(playerid, 0xFF0000AA, "Usage: /xg...
191
Have you created the Textdraw on OnGameModeInit / onPlayerConnect ?
If so, please show us your Code of the Textdraw / how you created them
117
Quote:
Originally Posted by Tigerkiller
pawn Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){ if(vehicleid == Ambulance1 || vehicleid == Ambulance2 || vehicleid =...
284
Just check if he isn't a Cop, which would be easier at all! ( gTeam[player] != TEAM_COP )
284
pawn Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){ if(vehicleid == Ambulance1 || vehicleid == Ambulance2 || vehicleid == Ambulance3 || vehicleid == Ambulance4 &&a...
284
how did you defined ur colours ?
like red
293
you have to login as rcon admin first.
/rcon login password - you can get the current rcon password by opening the server.cfg
after you have logged in as rcon admin, you can change the mapname by us...
252
I recomment of using enums and save them on OnGameModeExit / OnFilterScriptExit / OnPlayerDisconnect o.O
Why did players always save it while they are playing ? i know sometimes it's a good way but no...
331
Why are you asking here ? Just try it out . . .
386
pawn Code:
forward CarRepair();public CarRepair() { for(new i = 0; i < MAX_VEHICLES; i++) { if(GetVehicleHealth(i) <= 300){ SetVehicleHealth(i, 301); ...
1,106
so if you ban his ip, he can change it easy!
best way is if you use the gpci function
342
First of all, what's your Problem exactly ? We cannot help you whitout any Informations of it . . .
Otherwise show us ur randomEx public / stock
140