Search Results
No one? :/ Problem is with radeon graphic settings and samp!
86
Hello guys! I have recently bought a new pc with amd radeon 6950 HD. Problem is it runs all games without any problem, even gta sa singleplayer but seems to have an issue with samp. When i start samp ...
86
Are you declaring that variable anywhere? show us that part or whole enum
174
LOL! before posting such long post, make sure the one you're addressing is even capable of understanding it or not -_-
105
With the code you provided, it should work fine as far as i know.. well might be a problem with ur callback so try it in this callback, better to use it like this: PHP код: public OnPlayerEnte...
205
Quote: Originally Posted by simo0000 yes bro and i already remove it but same problem try the code i posted, it may work then
205
Are you sure that player's _Stunt PVar is 1? also try this. it may work PHP код: public OnPlayerStateChange(playerid, newstate, oldstate) {     if(oldstate == PLAYER_STATE_ONFOOT &am...
205
After skydiving, I want to check whether player has landed on land or not. I tried it with Z pos but when player lands on a building, it does not work. Is there anyway to check player's parachute anim...
68
Filezilla is not a host -_-
181
I would suggest making another separate .ini file saving all players names with their ids, and when u want to check all the files, first load that single ini get all names from it and then load each o...
296
Probably a bug in LS.amx Show us the onplayerdeath callback from that fs
148
If ur gta is not in the same disk as windows then goto gta sanandreas/data/samp There will be ir screenshots and saved positions etc
147
Quote: Originally Posted by Dragonic I tried a few, none worked... I'm trying something else Use Rryder's racing filterscript. Its the best one out there wothout any bigs. U gotta searc...
171
PHP код: CMD:givemoney(playerid, params[]) {     new id, idname[MAX_PLAYERS], string[256], amount;     GetPlayerName(id, idname, sizeof(idname));     if(IsPlayerConnected(id)...
98
Maybe keep cuffing and uncuffing him through timers, else i dont thnk its possible? Idk mch about it
84