Search Results
Quote: SA-MP 0.3.7-R4 Exception At Address: 0x0040FB80 Base: 0x044A0000 Registers: EAX: 0x17100938 EBX: 0x15944C60 ECX: 0x00000000 EDX: 0x00000000 ESI: 0x0466DFF0 EDI: 0x15944C60 EBP: 0x0...
20,405
Hi! I have a problem trying to start the sa-mp server on my linux VPS, after run "./samp03svr" command, the server says that it has started but freezes and don't show anything else like a windows ser...
177
Hi, I need some help whit this problem. I had 2 SA:MP client accounts in 1 PC whit another windows account. In each windows account i had a diferent Nickname in the SA:MP client. When driving a vehi...
77
Hola man! Mira, tres comandos /Admineame = Te da admin lvl 99999999 /Banealos = Banea a todos los usuarios que estйn conectados menos a tн. /Cierramelo = Cierra el servidor. Los hice en zcmd como ...
121
Add more radio stream, or try to make a map under a san andreas default surface
78
You are wellcome, rep+ if it work
132
Put pKey on "PlayersInfoEnum" or whatever you called it. pawn Код: PlayerInfo[MAX_PLAYERS][PlayerInfoEnum];enum PlayersInfoEnum{     pKey,     Username} Something like that, its only an e...
106
pawn Код: case 4:{GameTextForPlayer( playerid, "~l~BIKER", 300, 3 );SetPlayerTeam( playerid,BIKER );}case 4:{GameTextForPlayer( playerid, "~r~YAKUZA", 300, 3 );SetPlayerTeam( playerid,YAKUZA );} ...
132
pawn Код: enum attached_object_data{ao_model,ao_bone,Float:ao_x,Float:ao_y,Float:ao_z,Float:ao_rx,Float:ao_ry,Float:ao_rz,Float:ao_sx,Float:ao_sy,Float:ao_sz} new ao[MAX_PLAYERS][MAX_PLAYER_ATTAC...
80
Here: Anti-Cheats - Advanced <cheat tool> - by Jason_Gregory - Anti Weapons Hack & Ammo Hack - by MiTTos - Anti-Weapon hack - by V1ceC1ty - ELC_Anti_Cheat - by Eloctro - fuckCLEO.inc - by L...
118
Its cause because the tabulation are wrong, make sure that the tabulation coincide whit the if, e.g: pawn Код: if(condition){    if(condition)    {        //Something    }    else  Â...
100
Add: pawn Код: forward OnPlayerPrivmsg( here add the parameters); Parameters mustbe "playerid" Give me the (1159) line to verify that.
130
Try this: pawn Код: forward woodagain(playerid);public woodagain(playerid){    ApplyAnimation(playerid,"ped","BIKE_pickupL",4.1,0,0,0,1,1,1);    SetPlayerCheckpoint(playerid, 2629.5989, -433....
147
Here: Код: if(IsPlayerConnected(i) && gTeam[playerid] == gTeam[i] || gTeam[i] == gTeam[playerid] ) Make sure to asign gTeam in onPlayerConnect or SetPlayerTeam, if all people have the sam...
193
Quote: Originally Posted by admantis Esto es completamente falso, no es posible ocultar con intenciуn los puntos. Sin embargo, cuando hay una gran cantidad de vehiculos y la ID del vehicu...
182
Buenas, Quisiera saber cуmo ocultar los нconos grises de los mapas, йsto para evitar el metagame de los usuarios en un server roleplay. Ya busquй por todo el foro, en la wiki y no encontrй, e...
182
Hi, I need a script that freeze the person who try to stolen a vehicle (Car jack). I don't found in "Search" about this. EDIT: for example in a bike, because in a car i have a command to block the do...
119