Skip to content

Commit

Permalink
Runtime hotfix
Browse files Browse the repository at this point in the history
Fixed the undefined runtime errors.
  • Loading branch information
kristiandz committed Apr 1, 2019
1 parent 50c212b commit b04c32a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions emz/shop.gsc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
main()
{
wait 0.5;
level.modelcost[0]=1000;
level.modelcost[1]=2000;
level.modelcost[2]=3500;
Expand Down Expand Up @@ -45,7 +44,6 @@ spawnPlayer()
}
connect()
{
wait 0.5;
self.pers["points"] = int(self getStat(2561));
self setClientDvars("showpoints",1,
"shop0","Captain Price - 1000$",
Expand Down

0 comments on commit b04c32a

Please sign in to comment.