27.04.2013, 14:56
Quote:
Or use my camera include: https://sampforum.blast.hk/showthread.php?pid=2362690#pid2362690
|
pawn Код:
C:\Program Files\GTA - San Andreas\Server\gamemodes\Untitled.pwn(43) : error 025: function heading differs from prototype
C:\Program Files\GTA - San Andreas\Server\gamemodes\Untitled.pwn(390) : error 025: function heading differs from prototype
C:\Program Files\GTA - San Andreas\Server\gamemodes\Untitled.pwn(449) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
pawn Код:
forward OnPlayerLogin(playerid,password[]);
pawn Код:
public OnPlayerLogin(playerid,password[])
pawn Код:
OnPlayerLogin(playerid, inputtext);