Search Results
It's most likely because you don't have a prox detector
130
Ok I'm trying to make a /gov for my god father edit I dont like it how it is I'm wanting it something like "_____________Government News Announcement ________________" "%s %s: %s " %s %s: %s" "%s %s ...
53
Is there any way that when you exit a RC car youll be put back where you where before you enterd? I'm trying to make a RP server and Its not realy RP if the player TPs to the RC car after they exit it...
113
I'm trying to script a light saber type thing like the FS but I dont want a FS I'm scripting on in my GM but any ways when I get done for some strange reason when i get in the game the attached object...
93
pawn Код: static    armedbody_pTick[MAX_PLAYERS]; onplayerupdate: pawn Код: if(GetTickCount() - armedbody_pTick[playerid] > 113){ //prefix check itter        new            weap...
126
I'm useing a god father edit for my scripts and I'm trying to use the armed body FS but for some reason only the night stick will show on the players back nothing else, why?
126
I'm trying to make a sliding command for swat so they can slide out of there helicopters it works fine but players will slide though the ground how do i make it to when they reach the ground they wi...
69
They are just like a bunch of random errors not even dealing with the code but if i "//" it all out the script compiles fine heres the code pawn Код: if(dialogid == GLASS)     {         Â...
98
I'm trying to make a input box for my glasses system but when i try to compile it i get 26 errors I havnt scripted in a while so I'm a bit rusty, what did i do wrong? Код: if(dialogid == GLASS) ...
98
I'm trying to script in RC-XD's like on Black op's they work fine but I'm wanting to make it to where players have to buy them this is what i have so far new rcxd; OnPlayerConnect Код: rcxd=0; the...
41
mmmkayy looks ike i got to delete 51 of em then :/
93
I'm useing a god father edit and in the custom trunk system when i try to take a gun out it lets me take it out but then it gets bugged when i try to switch to it, it'll switch back to the previus wea...
55
Im getting this warning over and over again can someone please explain to me why it does this so i know how to fix it in the future and how to fix it? Код: warning 219: local variable "string" sh...
93
Looks good you should make it to where the plates save
766
Well the timer is starting to bug the accounts, sometimes when they login there camera will spawn over this ocean/lake thingy and itll say you havnt logged in yet....I dont know why and i tryed what c...
129
no luck it just shows the player selection thingy with the "< > spawn" buttons
129
this is my onplayer login code im useing a timer to skip the spawn selection but some times a player will login and the camera will apear over this ocean area im useing a GF Major edited copy and i do...
129
this is what i have Код: public OnPlayerText(playerid, text[]) { new ip[15]; if(ipmatch(text, ip)) { SendClientMessage(playerid, COLOR_RED, "Server Advertiseing is not allowed!");...
82