Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - [Saint]

Pages: 1 ... 7 8 [9]
122
Support / Re: How do I configure a VCMP 0.3z R2 Server?
« on: August 02, 2010, 07:10:18 am »
If you don't like PAWN you can try anytime squirrel. Config.ini in Squirrel is similar to that from R1/R2 server without pawn.

And btw. placing some cars and skins won't make your gamemode really cool, you need also scripting ;).

very small functions to create a really good script, moreover, half of them are not working  :(

123
mIRC/pawn Scripting / Re: [PAWN]Bug list 0.3z
« on: August 01, 2010, 07:44:07 pm »
which limits in vc-mp? vehicles, pickups, .... .
where I can see  ???

124
mIRC/pawn Scripting / Re: [PAWN]Bug list 0.3z
« on: August 01, 2010, 07:09:06 pm »
GivePlayerMoney - function does not work

can use it  :)

Code: [Select]
stock GivePlayerMoneyFix(playerid, money)
{
new playermoney = GetPlayerMoney(playerid);
SetPlayerMoney(playerid, playermoney + money);
}

ResetPlayerMoney - not working

Code: [Select]
stock ResetPlayerMoneyFix(playerid)
{
SetPlayerMoney(playerid, 0);
}

125
mIRC/pawn Scripting / Re: [PAWN]Report
« on: July 31, 2010, 11:39:08 pm »
function

  • GameModeExit();

leads to server crash

Pages: 1 ... 7 8 [9]