SA-MP Forums Archive
how do this? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how do this? (/showthread.php?tid=245208)



how do this? - tbedy - 30.03.2011

i using GF GameMode and i want to make changes..

first, i want to delete this yellow arrow and put something other:http://www.zaslike.com/files/jen8t4gzuichptrxx1yu.png


secondly, i want to put different "info" for bussiness..: http://www.zaslike.com/files/d1b06fa3euqe0gnzsht.png

and:
1. how to limit members in one faction
2. how put comands to admins.. i want to put command: /give license or something like that...


Re: how do this? - xir - 30.03.2011

1. https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits

2. https://sampwiki.blast.hk/wiki/GameTextForPlayer?

3. Show your faction code so others can give you a code to make a check for the limit

4. Do you have a register/login which saves admin stats?


Re: how do this? - tbedy - 30.03.2011

Quote:
Originally Posted by xir
Посмотреть сообщение
4. Do you have a register/login which saves admin stats?
i dont understanding...
i that that i dont have this thing, but canyou show me link and i will see!


Re: how do this? - xir - 30.03.2011

Do you use Godfather Gamemode ?


Re: how do this? - tbedy - 30.03.2011

yes


Re: how do this? - tbedy - 30.03.2011

why this dont change my spawn ??

Quote:

// Player Class's
for(new i = 0; i <= sizeof(Peds)-1; i++)
{
AddPlayerClass(1,2049.5039,-2184.2542,13.5540,121.9711,0,0,0,0,0,0); // spawn
}

these coordinates are on LS Aero, but always i spawn in SF


Re: how do this? - Zh3r0 - 30.03.2011

Quote:
Originally Posted by tbedy
Посмотреть сообщение
why this dont change my spawn ??



these coordinates are on LS Aero, but always i spawn in SF
Check your OnPlayerSpawn callback too!