24.01.2010, 14:01
Error:
What the f is going on here?
Код:
gamemodes\SP.pwn(234) : error 017: undefined symbol "Wints_Init"
Код:
public OnGameModeInit()
{
for (new i = 0; i < MAX_PLAYERS; i++)
{
// Check if player is connected and not a NPC
if (IsPlayerConnected(i) && !IsPlayerNPC(i))
{
// Set the default speed boost for each player
SpeedBoostMultiplier[i] = 1.5;
}
}
Msg = 0;
SetTimer("GlobalAnnouncement",100000,true);
Wints_Init();
SetTimer("UpdateCmdFreq",2000,1);
StartSystem();
SetTimer("AutoR", 1000, 1);
UsePlayerPedAnims();
EnableStuntBonusForAll(true);
AllowInteriorWeapons(true);
SetGameModeText("Stunt/RP/Free Roam/DM");
for(new i = 0; i < 299; i++)
{

