Search Results
Queria saber de vocкs se tem como instalar GTA SA no linux, pois meu pc deu pau e tф no not do meu irmгo. Queria continuar a testar meu servidor. Alguйm?
106
Bacana o projeto, parabйns aos criadores!
401
PHP код: Create3DTextLabel("Aprendendo", 0xFFFFFF, 1472.6625,1251.5956,10.8203,12,0); 
101
Quote: Originally Posted by GuilhermeNunes C:\Projeto D.M\gamemodes\DM2.pwn(775) : warning 219: local variable "vNome" shadows a variable at a preceding level C:\Projeto D.M\gamemodes\DM2....
103
PHP код: stock GetPlayerNameEx(playerid) {     new vNome[MAX_PLAYER_NAME];     GetPlayerName(playerid, vNome, sizeof( vNome));     return vNome; } stock SaveVip( playerid ...
103
Quote: Originally Posted by MorteAmerica Sobre profissхes, sei bastante. Fiz uma quantia considerбvel ja de profissхes basicas que todo RPG tem. Mas profissхes de policia sгo mais com...
196
PHP код: CMD:taser(playerid, params[]) {     new string[MAX_PLAYER_NAME + 10];     if(PlayerInfo[playerid][pJailed] != 0)         return SendClientMessage(playerid,COLOR...
139
PHP код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {     if(dialogid == DIALOG_AJUDA)     {         if(response)         {   ...
163
Quote: Originally Posted by MatheusFirmino Ainda continua resetando a conta Mostra o OnPlayerDisconnect
187
PHP код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {     switch(dialogid)     {         case Dialog_Registro:         {     ...
187
PHP код: if(dialogid == DIALOG_ARMAZEM) {     if(response)     {         if(listitem == 0)         {             if(ArmasFav > 0)          ...
147
PHP код: CMD:depositarfazenda(playerid, params[]) {     new quant, string[80], borse = PlayerInfo[playerid][pPFazkey];     if(borse == 225)         return SendClientMe...
76
Quote: Originally Posted by GuilhermeW Eu marquei qualquer coisa, aquela desgraзa nem vale ponto mesmo kkk Essa "Desgraзa que nгo vale ponto" monitora como tб o ensino na tua escola...
181
PHP код: CMD:dararma(playerid,params[]) {     new arma, municao, id, str[128], aName[MAX_PLAYER_NAME];     GetPlayerName(playerid, aName, MAX_PLAYER_NAME);     if(!IsPlayerA...
108
PHP код: if(strcmp(cmd, "/atualizartop10", true) == 0)  {         new String[64];        if(Player[playerid][pAdmin] < 4)return SendClientMessage(playerid, COR_ERRO,...
133
PHP код: CMD:equipargrove(playerid){    if(PlayerDados[playerid][Gangue] == 1)    {        if(IsPlayerInRangeOfPoint(playerid, 2.0, 2513.3293,-1679.9669,13.4664))     Â...
236