Search Results
PHP Code: stock UpdatePlayerCash(playerid) {     new newtext[41];          format(newtext, 41, "Cash: %d", Cash[playerid]);     TextDrawSetString(Textdraw3, newtext); } //...
567
Brasil RPG que consequentemente virou Brasil Live Experience que depois virou Brasil Live Forever kkkkkkkk. Amo de paixгo atй hoje esse servidor, й uma pena que ele nгo continuou, atй porque os ...
555
Добрый вечер, извините за неудобства, но может кто-нибудь сказать мне, как я нахожу сайт, который продает SA-MP APK...
938
Parabйns, isso que й um projeto de verdade!
1,045
Quote: Originally Posted by GranadaGamer Desculpe a demora para responder, mas minha sugestгo й utilizar um sistema afk que seja aleatуrio, por exemplo, o cara loga ai ficou 16 minutos ...
928
Quote: Originally Posted by GranadaGamer Bom ant afk cara, mas acho que seria facil burlar, se o player usar algum daqueles macros que executa uma funзгo de 5 em 5 minutos por exemplo, n...
928
Quote: Originally Posted by Nyzenic I'd love to see Zhao's recolors of the gang skins https://sampforum.blast.hk/showthread.php?tid=661370 Perfect!
979
Quote: Originally Posted by Marllun Bom trabalho amigo. Obrigado Marllun! Quote: Originally Posted by Chavan Gostei do sistema, talvez vou usar em um projeto, Parabйns. ...
928
Anti-AFK v0.1 Introduзгo: Hoje venho trazer um FilterScript simples, que й mais considerado um 'Cуdigo Ъtil'. Eu vou compartilhar mesmo, para ter meu primeiro tуpico de contribuiзгo, e tamb...
928
One of the things I think should be an upgrade on this old client ... SA: MP Client Update for the 21st Century 1. New design on the client, allowing new functions totally necessary for the time we ...
114,573
I noticed the critics on duty ... I think as much as they can be experienced and respectful people, they should put themselves in the place of the other, I believe that no programmer is obliged to kee...
114,573
Be sure to note how much Kalcor is dedicated and dedicated to years in the community, I really see that I lost a lot of time not updating my server, today I see the power it still has and the chances ...
114,573
Creio que ao invйs de vocк perder tempo escrevendo tudo isso de um sistema, deveria parar e desenvolve-lo, porque vocк cria esperanзa nas pessoas para a gente talvez nunca ver algo assim... Eu cr...
465
PHP код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){    if (VeiculoOcupado(vehicleid)) {        new Float:Pos[4];        GetPlayerPos(playerid, Pos...
224
PHP код: hCasaEntrou[playerid] = c;  Vocк precisa salvar o ID da casa que entrou ou seja vai usar o c (valor que estб no loop de verificaзгo), vocк estб salvando 0.
160
Vocк pode criar uma variбvel global que salva o id da casa que o player estб dessa forma: PHP код: new hCasaEntrou[MAX_PLAYERS]; CMD:entrarcasa(playerid) {     for(new c; c < M...
160
PHP код: #define         MAX_COMBUSTIVEL         70 #define         VALOR_COMBUSTIVEL       3 new quantCombustivel = strval(inputtext), string[64],    ...
137
Quote: Originally Posted by GuiKommander Use um meu que fiz um tempo atrбs, nem usei. PHP код: #define     MensagemFormatada(%1,%2,%3,%4) do{format(gstring,sizeof(gstring),...
151
PHP код: CMD:demitir(playerid, params[]) {     if (Player[playerid][pOrg] < 1 && Player[playerid][pCargo] < 5)         return SendClientMessage(playerid, -1,...
145