Teleporting system
#2

PHP код:
if(sscanf(params"s[128]i"paramsidxtext)) return SendClientMessage(playeriderror"Usage: /dedit interior [doorid]"); 
The sscanf error comes due to this line. You have specified two specifiers, but three parameters.

Change it to this:
this is the sscanf in the interior part of the code.
EDIT: UPDATED THE CODE TO SUPPORT 2 Parameters.
PHP код:
if(sscanf(params"s[128]i"paramsidx)) return SendClientMessage(playeriderror"Usage: /dedit interior [doorid]"); 
As for the 3D label, I don't see you updating the 3d text label in the interior part of the code.
Reply


Messages In This Thread
Teleporting system - by 1fret - 15.04.2017, 00:02
Re: Teleporting system - by DarkSkull - 15.04.2017, 00:05
Re: Teleporting system - by 1fret - 15.04.2017, 00:28
Re: Teleporting system - by DarkSkull - 15.04.2017, 00:38
Re: Teleporting system - by 1fret - 15.04.2017, 00:39
Re: Teleporting system - by DarkSkull - 15.04.2017, 00:50
Re: Teleporting system - by 1fret - 15.04.2017, 01:02
Re: Teleporting system - by DarkSkull - 15.04.2017, 01:22
Re: Teleporting system - by 1fret - 15.04.2017, 01:31

Forum Jump:


Users browsing this thread: 1 Guest(s)