Search Results
Hello! I have a little problem. I can not see all the playerdata when browsing, but only when pressing on edit. this is what I have: What's wrong?
85
Hello.. My character is invisible when I am selecting character in the class selection. I can not see my character, however I can see the gametext. pawn Код: public OnPlayerRequestClass(playerid,...
73
Hello. I am scripting a spawncar command. I already made a dealership and vehicle ownership, however I can't seem to make the spawncar command. I keep getting invalid command, and the command does gen...
54
Hello. To buy a vehicle on my it requires you to have an open vehicle spot, in my case you can own up to 5 vehicles. However it only works if vehicle1 is empty. pawn Код: for(new x;x<5;x++) ...
60
How do I split it? I'd like to use it in INI_WriteString and INI_String
85
Hello, I am creating a vehicle saving system, however I can't find a good way to save vehicle pos. The way I currently use is Vehicle1PosX = Vehicle1PosY = Vehicle1PosZ = Vehicle2PosX = Vehicle2PosY...
85
Quote: Originally Posted by Roel Ah ok, I suggest you to use a simpel random(999999); or something, it will almost never happen, that there are two the same numbers used, and that those tw...
163
Quote: Originally Posted by Roel Ah ok, I suggest you to use a simpel random(999999); or something, it will almost never happen, that there are two the same numbers used, and that those tw...
163
phone.cfg is to list ALL the unusable numbers, however the number will save on a playerfile. So that means if someone wants to get a phone, it will check through phone.cfg if its already taken. Say ...
163
Hello, I am creating a cellphone system and in order to make sure noone get the same number, I have a CheckPh function, but I don't know exactly how to make it. pawn Код: stock CheckPh(nmbr){  Â...
163
Hello. I am making a barricade system, however when I am going to destroy the barricades, it only destroys the last one. I know what is wrong, it's because it's only storing the last cade, but I don'...
110
Yes, I used return. Removed it and now it works fine. Thanks.
90
Hello. I am making a world event command, and I am making it so a bridge will fall appart, and LSFMD and News Faction will be notified. This is part of my command: pawn Код: for(new i;i<MAX_PL...
90
pawn Код: forward OnPlayerOfflineLogin(playername[]);public OnPlayerOfflineLogin(playername[]){    new string2[64];    format(string2, sizeof(string2), "Users/%s.ini", playername);    new Fi...
76
Hello! I am trying to make an offline check command, however I can not get it to work, and I have no idea why. This is my code: pawn Код: forward OnPlayerOfflineLogin(playername[]);public OnPlay...
76
Quote: Originally Posted by rBcollo Try this code: pawn Код: CMD:tazer(playerid, params[]){    if(tazer[playerid] == 0)    {        GivePlayerValidWeapon(playerid, 23, 9999);Â...
105
Hello, I am making a roleplay server and I'm currently scripting a tazer. However, when I withdraw a tazer it will replace the current gun(pistol) with a sdpistol. When I holster it, I planned to make...
105
I thought about that, but how does the script know which trailer to destroy?
174