How To Check A Players Tag?
#1

Can someone give me the code so i can make a GetPlayerTag plz? also i want that it checks if the tag example : "[CSV]" is anywhere in their names and not only "[CSV]Player" then it will return positive for "Player[CSV]"

[CURRENT PROBLEM]
view the last posts on page 2 .
Reply
#2

GetPlayer tag?

Reply
#3

Quote:
Originally Posted by GaGlets®
GetPlayer tag?

yeah im gonna make it if you show me how to check the tag on the other way .
Reply
#4

https://sampwiki.blast.hk/wiki/Strfind
strfind with -1 as pos
Reply
#5

Quote:
Originally Posted by //exora
didnt help too much , i need the full code . strfind function wont help .
Reply
#6

Quote:
Originally Posted by Micko9
didnt help too much , i need the full code . strfind function wont help .
There's a custom function like that on the forum, just search a bit. I think its name is GetClanTag or something similar.
Reply
#7

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Micko9
didnt help too much , i need the full code . strfind function wont help .
There's a custom function like that on the forum, just search a bit. I think its name is GetClanTag or something similar.
cant find it i have been searching ... maybe 30 mins - 1 h didnt find anything...i tried : GetPlayerTag GetClanTag GetTag ...but no positive results
Reply
#8

Then make one yourself using using strfind and your brain. This place is to help users script, not being their personal scripters
Reply
#9

Quote:
Originally Posted by dice7
Then make one yourself using using strfind and your brain. This place is to help users script, not being their personal scripters
youre a bit stupid . You said using 2 times + 70 % users that "Get helped" use that help for their personal scripts so help or dont do anything
Reply
#10

pawn Код:
public IsCSV(playerid) {
   new name = GetPlayerName(playerid);
   strfind(name, "[CSV]", false);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)