[Ajuda] sscanf
#1

PHP код:
(2058) : error 017undefined symbol "isnull"
(2072) : error 017undefined symbol "isnull"
(2089) : error 017undefined symbol "isnull"
(2269) : error 017undefined symbol "isnull"
(2321) : error 017undefined symbol "isnull" 
linhas \/ as linhas sгo essas '-' seguindo
PHP код:
if(isnull(params)) return SendClientMessage(playerid,ERRO,"[USO]: /depositar [Quantia]");
if(
isnull(params)) return SendClientMessage(playerid,ERRO,"[USO]: /sacar [Quantia]");
if(
isnull(params)) return SendClientMessage(playerid,C_MSG,"[USO]: /abastecer [Litros]");
if(
isnull(params)) return SendClientMessage(playerid,ERRO,"[USO]: /desalgemar [ID]");
if(
isnull(params)) return SendClientMessage(playerid,ERRO,"[USO]: /abordar [ID]"); 
Reply
#2

isso nao e coisa do zcmd nao ?
Reply
#3

PHP код:
#if !defined isnull
    #define isnull(%1) \
                
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif 
ou entгo se preferir em stock:

PHP код:
stock sscanf(string[], format[], {Float,_}:...)
{
#if defined isnull
if (isnull(string))
#else
if (string[0] == || (string[0] == && string[1] == 0))
#endif
{
return 
format[0];

Reply
#4

Resolvido Jб !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)