Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to put the script ChangeMap?
Urakozachok Offline
Junior Member

Posts: 12
Threads: 6
Joined: Nov 2011
Reputation: 0
#1
How to put the script ChangeMap?

How to put the script ChangeMap?

(transition player to another level when released into the aria)

I put everything seems to be correct, but it gives an error ...



Write a ready example, please.
12-30-2011, 06:45 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: How to put the script ChangeMap?

And what would that error be? (If everything was correct, you wouldn't be getting an error.)

Tutorials: From Noob to Pro
12-30-2011, 06:50 PM
Website Find
Urakozachok Offline
Junior Member

Posts: 12
Threads: 6
Joined: Nov 2011
Reputation: 0
#3
RE: How to put the script ChangeMap?

(12-30-2011, 06:50 PM)Your Computer Wrote: And what would that error be? (If everything was correct, you wouldn't be getting an error.)



Message: No matching signatures to main 'ChangeMap(string@&, string@&)'
12-30-2011, 07:03 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: How to put the script ChangeMap?

Usage example:
PHP Code: (Select All)
ChangeMap("name_of_map.map""player_start_position""start_sound""end_sound"); 

Practical example:
PHP Code: (Select All)
ChangeMap("name_of_map.map""player_start_position"""""); 

Invalid example:
PHP Code: (Select All)
ChangeMap("name_of_map.map""player_start_position"); 

Tutorials: From Noob to Pro
(This post was last modified: 12-30-2011, 07:10 PM by Your Computer.)
12-30-2011, 07:09 PM
Website Find




Users browsing this thread: 1 Guest(s)