Jump to content

AlexRYA

Membru
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by AlexRYA

  1. [17:57:51] Server Plugins [17:57:51] -------------- [17:57:51] Loading plugin: mysql.so [17:57:51] Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory) [17:57:51] Loaded 0 plugins. http://pastebin.com/FsAc4gtk
  2. CMD:seatbelt(playerid, params[]) { if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER || GetPlayerState(playerid) == PLAYER_STATE_PASSENGER) { if(Seatbelt[playerid] == 1) { Seatbelt[playerid] = 0; format(szMessage, sizeof(szMessage), "** %s takes down his seatbelt.", playerVariables[playerid][pNormalName]); nearByMessage(playerid, COLOR_PURPLE, szMessage); } else { Seatbelt[playerid] = 1; format(szMessage, sizeof(szMessage), "** %s puts on his seatbelt.", playerVariables[playerid][pNormalName]); nearByMessage(playerid, COLOR_PURPLE, szMessage); } } return 1; }
  3. Dc imi da erroarea asta ? D:\Download\virtual\gamemodes\vx-rp.pwn(38165) : error 025: function heading differs from prototype Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
×
×
  • 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.