*** Terrible Title Removed
#1

Hey buddys!

little problem, I know, itґs a stupid topic but, I dont know, what I do wrong!
Iґm sorry, if I write too much in "Scripting Help", but I want to finish my CarHouseSystem.

Here is the stupid error(sorry for this word)
PHP Code:
Line (341): The number of parameters is incorrect 
And the code:

PHP Code:
public OnPlayerEnterVehicle(playeridvehicleidispassenger)
{
    for(new 
0sizeof(grotticars); i++)
    {
    if(
OnPlayerEnterVehicle(playeridvehicleid) == grotticars[i]) //error is here
    
{
        
TogglePlayerControllable(playeridtrue);
    }
    else
    {
    }
    } 
I have more from code, but the rest of the code does not match to this
I want, when the player is in the car, he can do nothing, so I try that. but...
THEEESE warning..
And a Question too, how you can start the pawn code?
also (php) script(/php) how do you do that?
Reply


Messages In This Thread
*** Terrible Title Removed - by PAWNO-ANFДNGER - 26.10.2012, 13:09
Re: Problem-- - by CoaPsyFactor - 26.10.2012, 13:11
AW: *** Terrible Title Removed - by PAWNO-ANFДNGER - 26.10.2012, 13:24
Re: Problem with code, Please help - by CoaPsyFactor - 26.10.2012, 13:26
AW: Problem with code, Please help - by PAWNO-ANFДNGER - 26.10.2012, 13:28
Re: Problem with code, Please help - by CoaPsyFactor - 26.10.2012, 13:30
AW: *** Terrible Title Removed - by PAWNO-ANFДNGER - 26.10.2012, 13:33
Re: *** Terrible Title Removed - by CoaPsyFactor - 26.10.2012, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)