can not spawn in place that has been specified
#3

A position or so called coordinate is in the form of floats, what you have defined them as is as strings. Difference by these two is that floats are decimal such as:
1.00005
and a string is text.. such as:
"Hello world!"
If you look at ****** maps and enter a coord, you'll notice it'll show as a float. Here's a fixed code:
PHP код:
enum mapinfos
{
    
mapid 1,
    
NamaMap[64],
    
Float:HumanX,
    
Float:HumanY,
    
Float:HumanZ,
    
Float:ZombieX,
    
Float:ZombieY,
    
Float:ZombieZ
}; 
Reply


Messages In This Thread
can not spawn in place that has been specified - by kloning1 - 19.12.2016, 00:54
Re: can not spawn in place that has been specified - by Hansrutger - 19.12.2016, 02:48
Re: can not spawn in place that has been specified - by Luicy. - 19.12.2016, 08:39
Re: can not spawn in place that has been specified - by kloning1 - 22.12.2016, 23:57

Forum Jump:


Users browsing this thread: 1 Guest(s)