04.08.2009, 20:49
Damnit, I added a pickup and the server crashes again..
What's wrong in here ? I don't see it..And I'm really pissed off, I re-installed San Andreas and Sa:Mp due to this; no luck.
Код:
new moneyandscore;
Код:
moneyandscore = CreatePickup(1274, 3, 2158.8125,2113.5959,18.0782); // The $ and 2 score icon
Код:
if (pickupid == moneyandscore) // The pickup that gives you +2 score and 10.000$ { GivePlayerMoney(playerid, 10000); SetPlayerScore(playerid, GetPlayerScore(playerid) + 2); }