Help me please, tutorial!
#1

help me please, tell me: about ReturnUser
What do mean how to use, etc.
Reply
#2

up
Reply
#3

Quote:
Originally Posted by kruts
help me please, tell me: about ReturnUser
What do mean how to use, etc.
Quote:
Originally Posted by kruts
up
OMG, U opened the topic 2 minutes ago and you post up :S
Reply
#4

Search, you'll find your answer, also use the Wiki.

https://sampwiki.blast.hk/
Reply
#5

On the Wiki-samp There nothing about ReturnUser
and in search forum, i do not find ReturnUser
Reply
#6

- Edited -
Sorry, didn't read the whole Wiki page.
Reply
#7

I tried to Search "ReturnUser", there are 13 pages of results.. I'm wondering how you use the search tool .
Reply
#8

Quote:
Originally Posted by paytas
I tried to Search "ReturnUser", there are 13 pages of results.. I'm wondering how you use the search tool .
There is no nothing that would be about ReturnUser
Reply
#9

Then make one >.> geez

pawn Код:
ReturnUser(name[])
{
  new string[MAX_PLAYER_NAME];
  for(new playerid; playerid < MAX_PLAYERS; playerid++)
  {
    GetPlayerName(playerid,string,sizeof(string));
    if(strfind(string,name,true)>-1)return playerid;
  }
  return INVALID_PLAYER_ID;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)