Search Results
I have this Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if (oldkeys == KEY_SPRINT || newkeys == KEY_SPRINT) { if (IsPlayerSteppingInVehicle[playerid] > -1) ...
110
Woops, fixed that and tried to compile, still not working...
93
I've just made a simple /myweps command, which will get the player's weapon's, their name, and ammo, and return each one like: Weapon: M4 Ammo: 29 But the compiler stops work anyone know why? pawn...
93
good work, maybe add like a message onplayerstatechange, so the player knows if they've entered their own car or if another player enters they know its someone else's car.
2,308
I've got: pawn Код: if (strcmp("/o", cmdtext, true) == 0)    {    new text,string[70], pName[MAX_PLAYER_NAME];    if(sscanf("s",text)) return SendClientMessage(playerid,COLOR_ERROR,"Usage: ...
93
Quote: Originally Posted by TPD Do the same with a dialog (think about an admins list, how its looped...) and do the loop for the players that are connected (IsPlayerConnected(i)) or whate...
143
How would I make something like /players, and it will open a dialog (MSG_BOX) and list all the players, one name on each line with their ID? I can only figure this out on a command that makes it show ...
143
Nope went through everything and theres something wrong in the cmd
249
Because when I comment this command the compiler compiles fine with no quitting responding or errors. Quote: Originally Posted by veyron there is 1 mistake I've found you are using pawn ...
249
so i've got pawn Код: dcmd(hdeposit,8,cmdtext); and pawn Код: dcmd_hdeposit(playerid,params[]){    #pragma unused params    new pName[MAX_PLAYER_NAME],file[256],string[128],string2[128];...
249
That stuff is there for a reason... it can't just be commented, I need this IRC stuff logged.
107
Код: C:\Users\Admin\Desktop\RPG\gamemodes\N_RPG.pwn(2168) : error 027: invalid character constant C:\Users\Admin\Desktop\RPG\gamemodes\N_RPG.pwn(2168) : error 027: invalid character constant C:\Us...
107
Quote: Originally Posted by J.Dub For ur processer i recomend 3 GB of Ram Grathic Card :512MB Windows Vista : 64 Bit Start playing!! For GTA 4 And COD MW2?
180
Quote: Originally Posted by Tony_Prince Can you give the coordinats of teleportPLEASE It's not an island.... well it is, but it's connected to Bayside... so you don't really need a coor...
507
I am running about the most crappiest PC you can buy. Vista Home Basic. Is it possible to get and install a new video card and update the ram from 1.0 to 4.0? (So it will play games like GTA4 and COD...
180
How would I make a command that if your in a car, you can type /installbomb and in 10 seconds the call will explode? (If not in a car, says your not in a car, and YOU NEED TO BE THE DRIVE TO DO IT.) A...
107
How would I make a command so if you type /info <id> it would return with a message like this: Player Name: Dustin Player ID: 25 IP Address: 192.168.0.1 Money: $1256 Skin ID: 165 Health: 100 Ar...
84
Quote: Originally Posted by [๔เгty๔ยtςђ ๔๏קקєyy ] Then you should have the ban file in your samp server folder ? And if you open it it should say all names of the people y...
484
Quote: Originally Posted by [๔เгty๔ยtςђ ๔๏קקєyy ] If it does IsPlayerBanned = 1; open their account file and set it to 0 ? [Doppeyy No.... what I mean't to say is I DO...
484