28.09.2013, 12:04
Hello
Can someone tell me how to make that
How to make that it will tipe the level who I tipe in stock?
Can someone tell me how to make that
How to make that it will tipe the level who I tipe in stock?
pawn Код:
stock CarLevel(vehicleid)
{
if (vehicleid == 411) Level = 10;
}
format(string, sizeof(string), "Level:%i",CarLevel(vehicleid);//how to make that it will tipe the level who I tipe in stock