[Pomoc] Neznam staviti vozilo u interijer

Započeo JuustyGe, Septembar 12, 2010, 09:17:56 PRE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

Jel si ti uopce procitao sto sam ti ja rekao?


RESPECT 4 EVER: John, GLC,bAndzi, Nikola, Sop, Zoki, Bruno_Venuti, Mele, Luka P,ExtremePower,Wang(neki kineski frajer)

NAJBOLJI CITATI:
Citat: [GF]Alive poslato Jun 24, 2010, 18:20:19 POSLE PODNE
Paizte ljud mozda je KayLoger! ! !
MOJI RADOVI:
[FS]Trofeji

public OnPlayerStateChange
{
    if(newstate== ON_FOOT)
    {
         PutPlayerInVehicle(playerid,gPlayerVehicles[playerid],0);
    }
}

to imam na dnu gamemoda i kad idem complite izbaci mi ovo


C:\Documents and Settings\User\Desktop\Server_2.7\ser 0.3\gamemodes\autici.pwn(96) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\Server_2.7\ser 0.3\gamemodes\autici.pwn(248) : error 001: expected token: ";", but found "{"
C:\Documents and Settings\User\Desktop\Server_2.7\ser 0.3\gamemodes\autici.pwn(249) : error 010: invalid function or declaration
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate== ON_FOOT)
    {
         PutPlayerInVehicle(playerid,gPlayerVehicles[playerid],0);
    }
}


RESPECT 4 EVER: John, GLC,bAndzi, Nikola, Sop, Zoki, Bruno_Venuti, Mele, Luka P,ExtremePower,Wang(neki kineski frajer)

NAJBOLJI CITATI:
Citat: [GF]Alive poslato Jun 24, 2010, 18:20:19 POSLE PODNE
Paizte ljud mozda je KayLoger! ! !
MOJI RADOVI:
[FS]Trofeji

C:\Documents and Settings\User\Desktop\Server_2.7\ser 0.3\gamemodes\autici.pwn(96) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\Server_2.7\ser 0.3\gamemodes\autici.pwn(249) : error 017: undefined symbol "ON_FOOT"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


1 Error.