help problem with, script?
#1

i have problem my script anyone help please
Reply
#2

show us the code
Reply
#3

post ur script here...
no script/lines = no help
Reply
#4

ok add email on mirabilis, nickolas12@pashian.ci.ik

code:

if(strcmp(cmdtext,"/mashi",false)) == 0)
{
format(strcmp(cmdtext,"/mashi",false)) == 0),"%s",cmdtext));
SendClientMessage(playerid,rosa,strcmp(cmdtext,"/mashi",false)) == 0));
return 1;
}
Reply
#5

Quote:
Originally Posted by nickolas12
Посмотреть сообщение
ok add email on mirabilis, nickolas12@pashian.ci.ik

code:

if(strcmp(cmdtext,"/mashi",false)) == 0)
{
format(strcmp(cmdtext,"/mashi",false)) == 0),"%s",cmdtext));
SendClientMessage(playerid,rosa,strcmp(cmdtext,"/mashi",false)) == 0));
return 1;
}
1) what it should do?
2)errors?
Reply
#6

make when player only type /mashi game message with everyone says "name start /mashi, start /mashi to play
Reply
#7

still dont know what u talking about -.-"
u mean u want to make a gametext for all then it will say:" type /mashi to join the event!"?
if yes u can do this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/startmoshi", cmdtext, true, 10) == 0)
    {
        GameTextForAll("~r~the event has started! ~n~~y~type ~r~/moshi ~y~to join the event!", 5000, 3);
        return 1;
    }
    return 0;
}
Reply
#8

i get error that script
Reply
#9

i error from script please fix
Reply
#10

Show me the error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)