Search Results
coloca isso no comando: pawn Код: new      Float:X,      Float:Y,      Float:Z;    GetPlayerPos(playerid, X, Y, Z);  GetXYInFrontOfPlayer(playerid, X, Y, 5); // '5' й a distancia.  ...
81
pawn Код: public OnVehicleDamageStatusUpdate(vehicleid, playerid){   RepairVehicle(vehicleid);   SetVehicleHealth(vehicleid, 1000.0);   return 1;}
224
achei o erro, o erro estб na posiзгo do textdraw: TextDrawCreate(481.000000, 459.000000," "); troquei para TextDrawCreate(400.000000, 400.000000," "); e o textdraw apareceu
197
Tenta: pawn Код: new Text:Gasolina[MAX_PLAYERS]; //topo do scriptnew TimerGasolina[MAX_PLAYERS];forward Speed(playerid); //para pegar a quantidade de litrospublic OnGameModeInit(){    for(new i...
197
pawn Код: if(strcmp(cmdtext, "/usardrogas", true) == 0)  {    new Float:Colete;    GetPlayerArmour(playerid, Colete); // Pega o valor do colete.    if(Colete > 90) // Verifica o colete.Â...
269
pawn Код: if(response)//botгo 1{    new money[32]; // Money = string    strmid(money, inputtext, 0, strlen(inputtext)); // Extraiu o inputtext pra string money    GivePlayerMoney(playerid, ...
125
Quote: Originally Posted by Comando_DS 2° quero um sistema por exemplo um player digita /x1 [id] ae manda pro [id] aceitar ou recusar o x1, se ele aceitar teleporta os dois players pra um...
161
CrashPlayer no fim do gamemode: pawn Code: CrashPlayer(playerid){  GameTextForPlayer(playerid, "~wwwwww", 1000, 4);  Kick(playerid);  return 1;} agora um teste, no OnPlayerCommandText: pawn Cod...
21,775
no comando /gps tem pawn Код: TogglePlayerControllable(playerid, 1); apague a linha
116
olha essa linha aki perdida no meio do public pawn Code: SendClientMessage(playerid, COLOR_DARKRED, "Ben-Vindo ao Aeroporto de San Fierro"); apaga ela
363
onde vc ta colocando esse pawn Код: new AdminLevel[MAX_PLAYERS]; tem q coloca no topo do gm
80
pawn Код: if(strcmp(cmd, "/kitsocio", true) == 0){  if (PlayerInfo[playerid][pSocio] >= 3000)  {    GivePlayerWeapon(playerid, 46, 1);    GivePlayerWeapon(playerid, 18, 10);    GivePlay...
187
pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    if(dialogid == 1)    {    if(!strcmp(inputtext, "500", true))    {        GivePlayerMoney(pla...
74
pawn Код: if(strcmp(cmd, "/curar" , true) == 0)  {    if(IsPlayerInRangeOfPoint(playerid, 5.0, CORD X DO PICKUP AQUI, CORD Y DO PICKUP AQUI, CORD Z DO PICKUP AQUI))    {      SendClientMes...
194
Quote: Originally Posted by Raze_Man Quote: Originally Posted by Bruno_Mikio Usa um textdraw com SetTimer que e melhor ^^ ja t vi em algum lugar ~.~ P.s. : Eu so o Flavinho...
197
Arrumei o erro: http://pastebin.com/Airh96CH
286
O que nгo deu certo? Poste o erro xD
286
Ve meu FS: http://forum.sa-mp.com/index.php?topic=166104.0 Tem uma coisa parecida Qualquer coisa so falar
286