Hallo,
Woran Könnte des Liegen?
C:\Users\Nick\Desktop\-\gamemodes\-.pwn(20766) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
FPS = TextDrawCreate(506.000000, 4.000000,"FPS: %d",pFPS);//Warning Zeile
TextDrawLetterSize(FPS, 0.5000, 1.7000);
TextDrawColor(FPS,0xFEFEFEFF);
TextDrawSetShadow(FPS,0);
TextDrawShowForAll(FPS);
TextDrawFont(FPS, 1);
TextDrawSetOutline(FPS, 1);
TextDrawSetProportional(FPS, 1);