Quote:
Originally Posted by Fmfan
This worked but I get 1 warning now:
pawn Code:
C:\Documents and Settings\FMfan\Desktop\rp\Roleplay\gamemodes\rp.pwn(52) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1,%2)") Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Line 52:
pawn Code:
#define strcpy(%0,%1,%2) %0="",strcat(%0,%2,%1)
|
strcpy is already defined. Either in an include, or somewhere within the script.