function
not working
if use this function on yours pwn code => server dont load your amx gamemode
- GetPlayerWeapon(playerid);
not working
if use this function on yours pwn code => server dont load your amx gamemode
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.
Show posts MenuQuote from: maxorator on August 02, 2010, 10:53:52 PM
I'm aware of that and will work on it, but might not be in the next release because it requires a lot of work to make the game support non-ascii characters and implementing it now would further delay the release.
Quote from: [AoD]NC on August 02, 2010, 09:44:28 PM
Not because that. To say the truth, SAMP is in everything better then VCMP: more players, better game modes, more developers (?).
I know a few players that were playing SA multiplayers and tried VCMP, but then they deleted it from their hard disk .
Quote from: Klaus_Meine on August 02, 2010, 01:25:39 PMQuote from: [Saint] on August 02, 2010, 08:29:34 AMWe have TAB to enter as passenger, not G
new Key Binds like in sa-mp http://wiki.sa-mp.com/wiki/Getting_Started#Game_Keys
We have F5 to display scoreboard, not TAB
That's how it will be because this is VCMP and it will be different to that of SAMP.
Quote from: [AoD]NC on August 02, 2010, 11:49:29 AM
What is not working for example?
Quote from: [AoD]NC on August 02, 2010, 11:58:08 AM
VCMP won't be ever SAMP .
Quote from: [AoD]NC on August 01, 2010, 11:21:41 PM
@Checkpoints: it is really so easy to create races with them in SAMP?
Quote from: [AoD]NC on August 01, 2010, 11:21:41 PM
@AttachObjectToPlayer: doesn't it work only in "missions"?
Quote from: [AoD]NC on August 01, 2010, 11:21:41 PM
@CreatePlayerObject: What?
Quote from: [AoD]NC on August 01, 2010, 11:21:41 PM
@Max players: hahahahahahaaaaaaaa . Probably now on all servers there is not much then 100 players overall so why do you need 200? For botz? Anyway more players = less stable game, more lagzors etc.
Quote from: [AoD]NC on August 01, 2010, 11:25:14 PM
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 .
Quote from: Relax on July 06, 2010, 04:46:55 PM
GivePlayerMoney - function does not work
stock GivePlayerMoneyFix(playerid, money)
{
new playermoney = GetPlayerMoney(playerid);
SetPlayerMoney(playerid, playermoney + money);
}
Quote from: Relax on July 06, 2010, 04:46:55 PM
ResetPlayerMoney - not working
stock ResetPlayerMoneyFix(playerid)
{
SetPlayerMoney(playerid, 0);
}
Quote from: [AoD]NC on July 31, 2010, 10:05:35 PM
Cyrillic? It's not even possible in MTA:SA.