Hey, habe ein Problem beim Score Speichern.
Code
C:\Users\PhilipA2\Desktop\samp02Xserver.win3stunt\gamemodes\meinfunserver.pwn(3281) : error 033: array must be indexed (variable "IsOnDM1")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Bei On Player Death
if(IsOnDM1 == 1 || IsOnDM2 == 1 || IsOnDM2 == 1 || ) //Diese Zeile
{
PlayerInfo[killerid][pScore] = PlayerInfo[killerid][pScore] + 1;
return 1;
}
Ich Verstehe den fehkler nicht, die variable besteht und wird bei den dm befehlen auf 1 gesetzt.