"Unknown P-Code 134 in script 995"
Código: Selecionar todos
#include "zcommon.acs"
#library "DKGUNS3"
script 995 open {
if (CheckInventory("UACReconVehicle"))
{
Consolecommand("skin pyrogx");
delay(1);
}
else
{
Consolecommand("skin base");
delay(1);
}
restart;
}
script 996 (void)
{
takeinventory("UACReconVehicle", 1);
SetPlayerProperty(0,0,3);
}