Search Results
I made one a week or two ago for a script I'm working on, if you wanna use it PHP код: new SkinRace[] = // 0 = Caucasian / 1 = African American / 2 = Asian / 3 = Latino {  ...
551
Doesnt look like you have a if statement for your sub-menus(eg. DIALOG_RP_CMDS), thus nothing happens(I think). PHP код: if(dialogid == DIALOG_RP_CMDS || dialogid == DIALOG_RP || dialo...
109
Код: if(newkeys & KEY_ACTION) { // code }
96
I've seen on several servers people have the same song play upon logging in(that plays from start to end) so instead of the PlayAudioStreamForPlayer url being an ip that just connects to a radio, ho...
150
As you can see on the image above it says "115" wins the round, which is a completely random value, trying to understand where I messed up. Here's the code. (intendation is messed up ova here) К...
65
Quote: Originally Posted by Gammix Here is the syntax: pawn Code: {"zone_name", {minx, miny, maxx, maxy}, {cpx, cpy, cpz}, teamid} {minx, miny, maxx, maxy} for gangzone coordinates. {cpx...
1,269
Could someone please explain Code: new const gCaptureZone[][e_CAPTURE_ZONE] = { {"Big Ear", {-437.5,1513.671875, -244.140625,1636.71875}, {-311.0136,1542.9733,75.5625}, 0}, {"Area 51", {-46.875,16...
1,269
Hey, why do all the options show up as black ? I could go around in the menus where the options are supposed to be, its just all black, like as if the .txd is broken or something. Heres a picture of h...
14,640
Thanks man, got it. I just tried it out ingame and it works. However I still got the warning about the function should return a value'. Any way I can 'hide' the warning from appearing or is there actu...
89
Thanks alot for the response! I seem to have run into a problem though :p Код: bare.pwn(648) : warning 209: function "GiveGuns" should return a value bare.pwn(967) : error 030: compound statement...
89
Hi. So I want to create a code which lets the player pick a weapon set at spawn, but I dont know how I'd do it. What I've got so far: Код: OnPlayerConnect { ShowMenu[playerid] = 1; ret...
89
Hey, I've got a problem(like usual ) all the dialogs open however when I get to the confirmation screen and select 'Stop Event' it doesnt give me the notification 'DM stopped' I dont get any warnings...
80
Hey. I set everything up but whenever i type in a gangname in /creategang and hit enter, it just closes w/out anything happening? :S
2,332