Please help me!?
#2

Here's how

pawn Код:
// NOS script
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    stuff_from_nos_script;
    return 1;
}

//       +

//private vehicle script
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    stuff_from_prv_veh_script;
    return 1;
}
Equals:

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    stuff_from_nos_script;
    stuff_from_prv_veh_script;
    return 1;
}
Voilа
Reply


Messages In This Thread
Please help me!? - by BigAl - 24.10.2010, 00:10
Re: Please help me!? - by LarzI - 24.10.2010, 00:40
Re: Please help me!? - by BigAl - 24.10.2010, 00:53
Re: Please help me!? - by BigAl - 24.10.2010, 00:58
Re: Please help me!? - by LarzI - 24.10.2010, 01:12
Re: Please help me!? - by BigAl - 24.10.2010, 01:22
Re: Please help me!? - by LarzI - 24.10.2010, 01:25
Re: Please help me!? - by BigAl - 24.10.2010, 01:28
Re: Please help me!? - by LarzI - 24.10.2010, 01:31
Re: Please help me!? - by BigAl - 24.10.2010, 01:39

Forum Jump:


Users browsing this thread: 5 Guest(s)