why do i get errors from this?
#1

pawn Код:
foward restart(playerid);
public restart(playerid)
{
    SendRconCommand(gmx);
}
i shouldnt.. should i?

edit

pawn Код:
public restart(playerid)
{
    SendRconCommand(gmx);
}
undefind symbol: gmx?
Reply
#2

SendRconCommand("gmx"); Notice the quotes.
And you don't use playerid in your function either, so you can remove that as well.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
SendRconCommand("gmx"); Notice the quotes.
And you don't use playerid in your function either, so you can remove that as well.
yeah.. i know :3
Reply
#4

Quote:
forward restart(playerid);
public restart(playerid)
{
SendRconCommand(gmx);
}

<forum.sa-mp.com>

The message you have entered is too short. Please lengthen your message to at least 8 characters.
Reply
#5

Quote:
Originally Posted by iFriSki
Посмотреть сообщение
<forum.sa-mp.com>

The message you have entered is too short. Please lengthen your message to at least 8 characters.
noyou

.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)