Search Results
Quote: Originally Posted by MiiSha You're missing a ; I guess .. Код: new const g_MaterialSizeName[MAX_MATERIAL_SIZES][MAX_MATERIALSIZE_NAMELEN char] = { !"OBJECT_MATERIAL_SIZE_32x32...
148
hello can someone help me fix this code? i get this error Код: mapedit/variables/materialsizes.pwn(15) : error 037: invalid string (possibly non-terminated string) Pawn compiler 3.2.3664 Cop...
148
Why this command not giving players money? sorry for bad code. im newbie. seomeone fix the code for me please. Код: if(strcmp(cmd, "/giveallmoney", true) == 0) { if (PlayerInfo[playerid][pAdm...
117
when i put this code under OnVehicleSpawn,it will destroy all neon/spoiler in my server. are there any method to destroy the object by vehicleid? i mean i want it to destroy the object for respawned v...
54
when me and my friend entering arch we meet in the same interior. is it possible to use SetVirtualWorld when players entering arch? if possible please tell me how to do it.
105
he want to make dialog box for all admin cmd i guess.. something like when you type /help, the dialog box appears and show all the server cmd.
204
I want to make the password in my server saved in md5 format..i mean hashed.. Код: public OnPlayerRegister(playerid, password[]) { if(IsPlayerConnected(playerid)) { new string3[64]; ne...
58
ive found this in my server logs. BAD RCON ATTEMPT BY: 94.178.20.237 BAD RCON ATTEMPT BY: 94.178.20.237 BAD RCON ATTEMPT BY: 94.178.20.237 BAD RCON ATTEMPT BY: 94.178.20.237 BAD RCON ATTEMPT BY: 94.1...
101
Quote: Originally Posted by Kwarde There is another parameter after the color1 and color2: respawn_delay. Set (and change) the respawn_delay to -1! This might help you out (note that the v...
153
Quote: Originally Posted by Goldilox I bet there is something like AddStatiVehicleEx Remove the Ex from there and the last digit. Which means the seconds it'll respawn in. If didnt made ...
153
Quote: Originally Posted by benjaminjones HMm what do you mean with ''respawn'', when you're out of them or what? Yes.when i get out of the car.the car will respawn.
153
Quote: Originally Posted by UnknownGamer I use Ravens too. Remove the last digits on the end of CreateVehicle, or AddStaticVehicle. U mean this? AddStaticVehicle(562,-2535.5657,-601.7...
153
Im using ravens RP gamemode.very good gamemode but the vehicle in my server always respawn. how to make the vehicle not respawn? Sorry for my bad english,hope ya understand.
153
Oh..i will try this..thanks.
149
Is it possible to make the screen blank when get kicked? i want to make this because sometimes when player get kicked OnPlayerSpawn they fall from the skies.
149
I get this error when compiling my game mode.. Код: warning 235: public function lacks forward declaration (symbol "IsAtGasStation") Someone please tell me how to fix this? this is the lines. К...
109
Ahh..its working.thanks again man
93