25.08.2010, 22:31
Galera to editando o gm do BSL feito pelo Pawno xD e deu esse erro
Erro Linha:
Код:
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\pawno_xD\gamemodes\POU.pwn(36013) : error 004: function "NameTimer" is not implemented Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
public CustomPickups()
{
new Float:oldposx, Float:oldposy, Float:oldposz;
NameTimer(); //--- aki й o erro---//
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{


