Search Results
HostName: Las Venturas Roleplay Address: 164.132.100.45:7777 check here maybe they need some mappers
199,694
onplayerkeystatechange Код: if(newkeys = KEY_FIRE && newkeys & KEY_CROUCH ) { ApplyAnimation(playerid,"PED","getup",4.1,0,0,0,0,0); // or change this anim to something else. } sim...
116
Hi, I trying to make something using mSelection and I wanna do like if you click the skin you choose that will open you a dialog with " are you sure you want to buy this clothes ? " "yes" "no". Thank...
75
Put msg in each public u using in timer, see what's wrong and where like that.
148
You should define the factions, then you can make some player stats into enum like. Код: #define POLICE 1 #define MAFIA 2 enum players { faction, rank } new PlayerInfo[MAX_PLAYERS][play...
135
Getting this on server.log everytime Streamer_Update used on script - Streamer_Update(playerid); with and without type , still those msgs shows on server log Код: native Streamer_Update(playerid...
91
Fixed, i had to do - if(PlayerInfo[h][playerteam] == dini_Int(filename2,"Faction")) dini_Int - instead of dini_get
140
Alright, i made something with ur function. At least its working and i got what i want, thank you very much +rep
122
Well, as i said i doing this formating on the zcmd include. i testing a format i made by yours, will inform if its work Код: new commands[MAX_STRING]="Logs/CMD_LOG.txt"; new File:myfile=fop...
122
Dear, Thanks for helping but i tried what you say over here and its not writing on the file.
122
Dear, I trying to make command log file , but the only thing i made is writing the command to server.log - its working but spamming the file which is useless for me. I trying to make a file (dosent ...
122
Anyone? Tried more few things but still cmd not found.
60
hi there, i trying make some admin commands, but that shit not found ig Код: if(strcmp("/tpto", cmd, true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok...
60
Well, i edited the enum and forgot to edit the onplayerspawn..... Also checking what u said EDIT: Still white 2nd EDIT: FIXED
84