Detaljan opis problema: Snijeg erori svasta nesto nece uglavnom
Dio skripte:
stock CreateSnow(playerid)
{
if(snowOn{playerid}) return 0;
new Float:pPos;
SetPlayerPos(playerid, pPos, pPos, pPos);
for(new i = 0; i < MAX_SNOW_OBJECTS; i++) snowObject = CreateDynamicObject(18864, pPos + random(25), pPos + random (25), pPos - 5 + random(10), random(280), random(280), 0, -1, -1, playerid);
snowOn{playerid} = true;
updateTimer{playerid} = SetTimerEx("UpdateSnow", UPDATE_INTERVAL, true, "i", playerid);
return 1;
}C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59755) : error 010: invalid function or declaration
C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59757) : error 021: symbol already defined: "SetPlayerPos"
C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59758) : error 010: invalid function or declaration
C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59761) : error 010: invalid function or declaration
C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59765) : error 010: invalid function or declaration
C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59766) : error 010: invalid function or declaration
C:\Users\Ado\Desktop\Informacije\NL by ALAN ( ERMIN NUHANOVIC)\gamemodes\NLRPGv3.pwn(59769) : error 010: invalid function or declaration