SA-MP 0.2.2X Server
#1

Hello,

i made a sa-mp server and for the first day or two it was working fine but after that on the information where it says Mode, it just says "Blank Script" how can i change that to give it what ever name i want?
Reply
#2

pawn Код:
SetGameModeText("name of gm");
Reply
#3

Quote:
Originally Posted by Craze (COA-RP.net)
pawn Код:
SetGameModeText("name of gm");
ye that is right i fixed this problem im my samp too !
Reply
#4

Quote:
Originally Posted by Craze (COA-RP.net)
pawn Код:
SetGameModeText("name of gm");
where about in Pawno script do i put it, i cant and dont know how to script
Reply
#5

Quote:
Originally Posted by Ritchie999
where about in Pawno script do i put it, i cant and dont know how to script
OnGameModeInit callback.
Reply
#6

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Ritchie999
where about in Pawno script do i put it, i cant and dont know how to script
OnGameModeInit callback.
still dont understand that, but i found the line that said Blank Script and i changed it, thank you
Reply
#7

for future references

public OnGameModeInit()
{
SetGameModeText("name of gm");
return 1;
}
Reply
#8

Quote:
Originally Posted by brett7
for future references

public OnGameModeInit()
{
SetGameModeText("name of gm");
return 1;
}
Thank you
Reply
#9

Do Ctrl+F then Put GameModetext or whatever it was
Reply
#10

Quote:
Originally Posted by Ritchie999
Quote:
Originally Posted by brett7
for future references

public OnGameModeInit()
{
SetGameModeText("name of gm");
return 1;
}
Thank you
no problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)