05.02.2011, 15:16
Hey i get a warning of this code
And this is the warning:
How to fix this? thnx
pawn Code:
61 for(new i; i < MAX_PLAYERS; i++)
62 {
63 PlayerPlaySound(i,1187, 0.0,0.0,10.0);
64 TogglePlayerControllable(i,0);
65 }
pawn Code:
C:\Users\Thimo\Desktop\sa-mp\gamemodes\****.pwn(60) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.