[HELP] Surfing Player On Vehicle
#7

Quote:
Originally Posted by MamadKz
Посмотреть сообщение
you can give me full this command + functions + publics and stocks?
How are you supposed to learn when we will do all the scripting for you? the function is easy to use read the SA-MP wiki to discover how it really works and if you have any questions ask them here again..

However, you can use a one second timer and a loop through all the vehicles and check; For instance:

pawn Код:
public OneSecondTimer(playerid)
                   {
for(new i = 1; i <= GetVehiclePoolSize(); i++)
{
    if(GetPlayerSurfingVehicleID(playerid) == i)
    {
// Do whatever
}
}
I hope I helped any feedback would be appreciated!
Reply


Messages In This Thread
Deleted - by MamadKz - 31.05.2015, 17:28
Re: [HELP] Surfing Player On Vehicle - by M0HAMMAD - 31.05.2015, 19:43
Re: [HELP] Surfing Player On Vehicle - by MamadKz - 31.05.2015, 20:22
Re: [HELP] Surfing Player On Vehicle - by Abagail - 31.05.2015, 20:28
Re: [HELP] Surfing Player On Vehicle - by MamadKz - 01.06.2015, 07:22
Re: [HELP] Surfing Player On Vehicle - by Alpay0098 - 01.06.2015, 09:02
Re: [HELP] Surfing Player On Vehicle - by Stanford - 01.06.2015, 09:45

Forum Jump:


Users browsing this thread: 2 Guest(s)