Jump to content
  • 0

Problemă Business.


Gawitkkk

Question

Problemă întâlnită (descriere): Nu îmi ia banii atunci când ies din business (Tuning LV)
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul: -

Imagini / Video (optional): http://i.imgur.com/OeJZYg1.png

Aţi încercat să rezolvaţi singur?: Da

 

Mai pe scurt, am făcut un nou business personal (Tuning LV), iar atunci când ies din el nu îmi ia banii.

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Tot nu am înţeles...

 

Am ceva de genu in GM:

 

public OnEnterExitModShop(playerid, enterexit, interiorid)
{
    if(enterexit == 0)
    {
if(IsPlayerInRangeOfPoint(playerid,10.0,617.5360,-1.9900,1000.6647))
{
if(GetPlayerCash(playerid) >= SBizzInfo[20][sbEntranceCost])
{
GivePlayerCash(playerid,-SBizzInfo[20][sbEntranceCost]);
Update(playerid, pCashx);
SBizzInfo[20][sbTill] += SBizzInfo[20][sbEntranceCost];
SBizzInfo[20][sbProducts]--;
SBUpdate(20, sbTillx);
SBUpdate(20, sbProductsx);
return 1;
}
}
Edited by Gawitkkk
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.