Is there are goto? in if(strcmp..
#1

Hello!,

I have server full commands more than 1500 cmd teleport ,btw i suck i cant add goto at :

Quote:

if(strcmp("/goto", cmdtext, true, 10) == 0)

Did i can to add cmd ''goto'' at this pawn type?




Sorry for my bad english
Reply
#2

That makes absolutely NO sense what so ever.
Reply
#3

Im guessing you mean /goto as goto w/e...

here u go?

pawn Код:
if(strcmp("/goto", cmdtext, true, 10) == 0)
{
    SetPlayerPos(playerid,X,Y,Z);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)