Set A variable in GM And Get In FS?
#7

Fixed
I deleted this what gave the problem.
pawn Код:
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
    {
        new string[256];
        VehicleModel[playerid] = GetVehicleModel(GetPlayerVehicleID(playerid));
        format(string,sizeof(string),"%s",VehicleNames[VehicleModel[playerid]-400]); //black
        GameTextForPlayer(playerid,string,2000,1); //shows the text
        return 1;
    }
How can i still have this in my script but dont give this problem?
Reply


Messages In This Thread
Set A variable in GM And Get In FS? - by Admigo - 28.04.2012, 15:49
Re: Set A variable in GM And Get In FS? - by MP2 - 28.04.2012, 15:49
Re: Set A variable in GM And Get In FS? - by Admigo - 28.04.2012, 16:06
Re: Set A variable in GM And Get In FS? - by Rudy_ - 28.04.2012, 16:08
Re: Set A variable in GM And Get In FS? - by ViniBorn - 28.04.2012, 16:09
Re: Set A variable in GM And Get In FS? - by Admigo - 28.04.2012, 16:15
Re: Set A variable in GM And Get In FS? - by Admigo - 28.04.2012, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)