29.12.2009, 04:40
Well I'm using taxi's mapicon streamer and i got most of it but the problem is that i can't figure this problem out. 
And those lines are 113 to 118
I looked for other tAxI_OnGameModeInit() but i couldn't find it. I looked at the include and found something but i didn't wanted to touch it because i don't know if, i do something that would damage the script. But here is the part i found in "#include <MI_streamer>"
But I don't know what should i do, that's why I'm posting this.
BTW I'm a beginner in pawno and sometimes i can't get to script and learn a lot because i have a lot of things to do so yea =/

Код:
C:\Users\Computer\Desktop\SA-MP Server\gamemodes\ChillingServer.pwn(115) : error 021: symbol already defined: "tAxI_OnGameModeInit" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
tAxI_OnGameModeInit() { SetPlayerMapIcon( playerid, 1, 1498.57, -1583.19, 13.54, 52, 0); // Bank SetPlayerMapIcon( playerid, 1, 2363.84, 2377.58, 10.82, 52, 0); // Bank SetPlayerMapIcon( playerid, 1, -1704.94, 785.49, 24.89, 52, 0); // Bank }
Код:
stock tAxI_OnGameModeInit() { SetTimer("InitiateMinimapStreamer",3000,0); return 1; }
BTW I'm a beginner in pawno and sometimes i can't get to script and learn a lot because i have a lot of things to do so yea =/