[DUV] Sobre o LA-RP -
GuikBretas - 18.03.2010
Sempre quando eu digito /Biz 5 (vai pra empresa de banco) o cara cai do cйu e fica todo estranho o skin dele. qual problema?
Re: [DUV] Sobre o LA-RP -
andmeida10 - 18.03.2010
voce tem que setar o interior..... Agora nгo sei qual й
Re: [DUV] Sobre o LA-RP -
Sweet! - 18.03.2010
Vocк tem que Seta o Interior da Empresa.
Re: [DUV] Sobre o LA-RP -
Poderoso Chefгo - 19.03.2010
q eu me lembre o interior do banco й 0 oO
Re: [DUV] Sobre o LA-RP -
Caio_Cartaxo - 19.03.2010
Quote:
Originally Posted by Poderoso Chefгo
q eu me lembre o interior do banco й 0 oO
|
ja ia dizendo isso kk'
Re: [DUV] Sobre o LA-RP -
GuikBretas - 19.03.2010
0|The State|~w~Gun Shop 1|No-one|1791.212036|-1164.631713|23.828100|2170.278076|1618.818237|999. 976623|5|5000000|0|0|1|1|100|500|100
0|The State|~w~Gun Shop 2|No-one|-2288.067626|-79.334396|35.320301|459.679107|-88.644302|999.554687|5|5000000|0|0|1|4|100|500|100
0|The State|~w~Restaurant|No-one|1498.360107|-1583.031860|13.546895|-794.936218|490.632385|1376.195312|5|5000000|0|0|1| 1|100|500|100
1|The State|~w~Police Armoury|No-one|1568.625122|-1690.535766|5.890600|246.376007|109.246002|1003.21 8811|5|5000000|0|0|1|10|500|500|100
1|The State|
~w~City Bank|No-one|-2056.4797|455.1238|35.1719|2305.688964|-16.088100|26.749599|5|5000000|0|0|0|0|99995|100000 |1
0|The State|
~w~The Welcome Pump bar|No-one|681.531311|-473.627288|16.536300|-227.027999|1401.229980|27.765600|5|250000|0|0|0|18 |499|500|100
alguйm pode arrumar ai?
Re: [DUV] Sobre o LA-RP -
Poderoso Chefгo - 19.03.2010
quando vc entra normalmente no banco da esse bug tam bem ?
Re: [DUV] Sobre o LA-RP -
DartakousLien - 20.03.2010
talvez voзк tenha as coordenadas de entrada mal
cara ve na linha 13500 do seu gm deve ter la algo como isto
pawn Код:
public LoadBizz()
{
new arrCoords[23][64];
new strFromFile2[256];
new File: file = fopen("bizz.cfg", io_read);
if (file)
{
new idx;
while (idx < sizeof(BizzInfo))
{
fread(file, strFromFile2);
split(strFromFile2, arrCoords, '|');
BizzInfo[idx][bOwned] = strval(arrCoords[0]);
strmid(BizzInfo[idx][bOwner], arrCoords[1], 0, strlen(arrCoords[1]), 255);
strmid(BizzInfo[idx][bMessage], arrCoords[2], 0, strlen(arrCoords[2]), 255);
strmid(BizzInfo[idx][bExtortion], arrCoords[3], 0, strlen(arrCoords[3]), 255);
BizzInfo[idx][bEntranceX] = floatstr(arrCoords[4]);
BizzInfo[idx][bEntranceY] = floatstr(arrCoords[5]);
BizzInfo[idx][bEntranceZ] = floatstr(arrCoords[6]);
BizzInfo[idx][bExitX] = floatstr(arrCoords[7]);
BizzInfo[idx][bExitY] = floatstr(arrCoords[8]);
BizzInfo[idx][bExitZ] = floatstr(arrCoords[9]);
BizzInfo[idx][bLevelNeeded] = strval(arrCoords[10]);
BizzInfo[idx][bBuyPrice] = strval(arrCoords[11]);
BizzInfo[idx][bEntranceCost] = strval(arrCoords[12]);
BizzInfo[idx][bTill] = strval(arrCoords[13]);
BizzInfo[idx][bLocked] = strval(arrCoords[14]);
BizzInfo[idx][bInterior] = strval(arrCoords[15]);
BizzInfo[idx][bProducts] = strval(arrCoords[16]);
BizzInfo[idx][bMaxProducts] = strval(arrCoords[17]);
BizzInfo[idx][bPriceProd] = strval(arrCoords[18]);
printf("InfoLoja:%d Proprietбrio:%s Mensagem:%s Preзo para entrar:%d Para:%d Produtos:%d/%d Interior:%d.\n",
idx,
BizzInfo[idx][bOwner],
BizzInfo[idx][bMessage],
BizzInfo[idx][bEntranceCost],
BizzInfo[idx][bTill],
BizzInfo[idx][bProducts],
BizzInfo[idx][bMaxProducts],
BizzInfo[idx][bInterior]);
idx++;
}
fclose(file);
}
return 1;
}
agora ae voзк tem toda a informaзгo, basta seguir os numero que voзк postou e ir associando, cada coisa й separa por uma virgula. Se continuar com duvidas fala