18.08.2012, 00:41
Every time i die i lose 100$ although i am sure that on player death there is no GivePlayerMoney(playerid, -100); cuz i did not added it and this is my GameMode idk wth is happening
If you'd like to post the GM script here so we can see what the problem is that would be great, but there's also a possibility that it's something to do with a FS. Try removing the FS's one by one to see if the issue has been resolved.
|
no give us onplayerspawn ! or find in Gamemode CTRL+F GivePlayerMoney(playerid, 100); i had same problem or try to find new dollah = 100;
|
what samp version you have?? 0.3e?0.3d? cause i have no problem..its not the samp default thing..
|
OnPlayerSpawn() } GivePlayerMoney(playerid, 100); return 1; {
OnPlayerDeath(playerid, killerid, reason) } GivePlayerMoney(playerid, 100); return 1; {