Search Results
PHP код: new CP_Banco[20];public OnGamemodeInit();{CP_Banco[0] = CreateDynamicCP(X, Y, Z, 1.5, -1, -1, -1, 50.0);CP_Banco[1] = CreateDynamicCP(X, Y, Z, 1.5, -1, -1, -1, 50.0...
314
Quote: Originally Posted by RodrigoMSR Se vocк quiser um contador que comeзa do 1, use: http://forum.sa-mp.com/showpost.php?...2&postcount=28 Caso queira que comece do 1000: PHP к...
256
Caso a pasta nгo exista,o servidor nгo liga.
142
Uma base. PHP код: new hosp = random(5);if (hosp == 0) { SetPlayerPos(playerid, x,y,z); }if (hosp == 1) { SetPlayerPos(playerid, x,y,z); }if (hosp == 2) { SetPlayerPos(pla...
183
Para identar o cуdigo todo,use CTRL + A depois SHIFT+TAB.
381
PHP код: dini                    DOF2 \/                      \/dini_Exists                DOF2_FileExistsdini_Remove        Â...
237
Vocк colocou parвmetros demais.. -1 = Cor padrгo. playerid, color, " MENSAGEM ") PHP код: SendClientMessage(playerid, COR_VERMELHO, "Este comando nгo existe, use /ajuda para saber...
211
PHP код: new bool:AFK[MAX_PLAYERS]; //OnPlayerConnect AFK[playerid] = false; //OnPlayerDisconnect AFK[playerid] = false; CMD:afk(playerid){ if(!AFK[playerid]){ SetPlayerChatBubble(play...
134
PHP код:             new info2[250];            for(new i = 0; i < 10; ++i)            {                if(PlayerInfo[playerid][pO...
210
PHP код: CMD:darcarteira(playerid, params[]){    new id, string[256];    if(1 == Licence[id]){        format(string, sizeof(string), "O %s retirou sua carteira.", No...
317
Atualizado.. PHP код: new Roubando[MAX_PLAYERS];//нnicio do gamemode CMD:roubar(playerid){     if(Roubando[playerid] == 1) return SendClientMessage(playerid, -1, " Vocк jб e...
132
Mande o cуdigo meu amigo,acha que somos adivinha ?
290
pawn Код: public OnPlayerPickUpPickup(playerid, pickupid) {     if(pickupid == pickFav1)     {         GameTextForPlayer(playerid,"~w~Cidade Alta", 6000,4);         return 1;     } Â...
131
Eu upei a include aqui,pÑ…em na pasta 'pawno/include'. https://www.sendspace.com/file/o9aztr
164
Vocк estб colocando em pawno/include's', o certo й 'pawno/include'
164
Substitui: pawn Код: new specialcar; Por: pawn Код: new specialcar[24]; Na callback OnGamemodeInit/OnFilterscriptInit Substitui: pawn Код: specialcar = AddStaticVehicleEx(456,-590.400390...
164
pawn Код: CMD:setstaff(playerid, params[]){if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "[ ERRO ] Vocк nгo й administrador!");new id, level;new string[128], string2[128],...
188
Код: new Pizza[MAX_PLAYERS]; Код: CMD:pizza(playerid){ if(IsPlayerInRangeOfPoint(playerid, 2.0, 1479.700683, -1723.753173, 13.546875)) return SendClientMessage(playerid, -1, "Vocк nгo estб ...
216