[FilterScript] Sistema de Cвmera LS Por: Jonathan_Feitosa
#7

Quote:
Originally Posted by Josma_cmd
Посмотреть сообщение
kkkkkkkk malz Jonathan, to acostumado a ver os caras postarem no Pastebin/4shared/mediafire separadamente...
Bom FS, mas eu nгo conseguiria gastar tantas linhas com chaves shaushau.
Exemplo:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 1,538.6310,-891.6687,1304.2013))
{
    SetPlayerPos(playerid,1413.3787,-1702.2257,13.5396);
    return 1;
}

// /\ Isso, eu transformo nisso \/
if(IsPlayerInRangeOfPoint(playerid, 1,538.6310,-891.6687,1304.2013)) { SetPlayerPos(playerid,1413.3787,-1702.2257,13.5396); return 1; }
Virou habito ^^

Deveria ter um /VerCamera X, Y, Z pro cara escolher a coordenada de onde vai tar a camera, mas isso vai do seu gosto =)

Parabйns... Gostei.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 1,538.6310,-891.6687,1304.2013)) { SetPlayerPos(playerid,1413.3787,-1702.2257,13.5396); return 1; }
Se vocк gosta de "Reduzir" as linhas e o nъmero de chaves, remova-as:
Код:
if(IsPlayerInRangeOfPoint(playerid, 1,538.6310,-891.6687,1304.2013))
return SetPlayerPos(playerid,1413.3787,-1702.2257,13.5396);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)