27.02.2014, 13:30
Waow thanks! I'll rep you as soon as I can(gave many reps on those who helped me 1 by 1)
I have another question.
This loops back to return 0;. How do I fix it ? 
EDIT: Errors on the script(/lobby thing)
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : error 017: undefined symbol "playerlastpos"
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : warning 215: expression has no effect
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : error 029: invalid expression, assumed zero

pawn Код:
format(statstring, sizeof(statstring), "LS-FFA Stats:\nKills: %d | Deaths: %d | Money: $%d | Admin Level: %d | Score: %d | Ping: %d |",PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],GetPlayerMoney(playerid),PlayerInfo[playerid][pAdminLevel],GetPlayerScore(playerid),GetPlayerPing(playerid));

EDIT: Errors on the script(/lobby thing)
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : error 017: undefined symbol "playerlastpos"
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : warning 215: expression has no effect
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\TDScript5.pwn(189) : error 029: invalid expression, assumed zero