Newbie question...
#1

Lols ^^ ok the question is where can i find all of the team functions created by default sa-mp. I've been searching the wiki for some but i want the full list :/
Reply
#2

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
Lols ^^ ok the question is where can i find all of the team functions created by default sa-mp. I've been searching the wiki for some but i want the full list :/
What team functions do you mean? Give me an example.
Reply
#3

SetPlayerTeam, GetPlayerTeam, etc....
Reply
#4

Search on the right side in pawno.
Reply
#5

Quote:
Originally Posted by Matej_
Посмотреть сообщение
Search on the right side in pawno.
Doesn't Show and i Enabled it..
Reply
#6

https://sampwiki.blast.hk/wiki/SetPlayerTeam

Here you can find related functions aswell.
You can also create your own function!

new PlayerTeam[MAX_PLAYERS];

if(strcmp("/grove", cmdtext, true) == 0)
{
PlayerTeam[playerid] = 1;
SendClientMessage(playerid, 0xFF0000AA, "You are now a member of Grove Street!
}

EDIT: Here a list with all functions

https://sampwiki.blast.hk/wiki/Category:Scripting_Functions
Reply
#7

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
Doesn't Show and i Enabled it..
If you have windows Vista or windows 7 run pawno as administrator and then all functions will show on the right side of the pawno.
Reply
#8

Righto thanks Matej_
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)