How can you define functions from singleplayer?
#2

Try something like this:

pawn Код:
if(singleplayer == multiplayer)
{
 SetLolForPlayer(playerid, 1337);
 return 0;
}
else if(singleplayer != multiplayer)
{
 return 1;
}
After you compile this you get: Singleplayer is not multiplayer lol
Reply


Messages In This Thread
How can you define functions from singleplayer? - by Rickk - 16.08.2009, 11:05
Re: How can you define functions from singleplayer? - by Sergei - 16.08.2009, 11:08
Re: How can you define functions from singleplayer? - by Rickk - 16.08.2009, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)