Help with some stuff [pawno]
#2

Quote:
Originally Posted by ante001
Посмотреть сообщение
Differences:
Removing the _ and not using a capital letter at the S.
For this you can use this stock function:
pawn Код:
stock getpName(playerid)
{
    new Name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Name, sizeof(Name));
    for(new name = 0; name < MAX_PLAYER_NAME; name++) if(Name[name] == '_') Name[name] = ' ';
    return Name;
}
Quote:
Originally Posted by ante001
Посмотреть сообщение
Also, when you're going to purchase a driving license, you need someone to give you the license, a driving instructor or whatever it's called.

For this you should probably create some command that will allow player to give/sell someone license.


Quote:
Originally Posted by ante001
Посмотреть сообщение
Another simple, but maybe difficult part, more animations.
Writing /animlist will result in a list of available animations on the screen.
There's not many of them, I'd like to add some more and also make them appear when you write /animlist.
Like a textdraw?

And, for those other stuffs you wanted, you should probably know other computer languages besides pawn 'cause with pawn it isn't possible to detect if player is writing. - Correct me if I'm wrong.
Reply


Messages In This Thread
Help with some stuff [pawno] - by ante001 - 10.05.2011, 19:27
Re: Help with some stuff [pawno] - by xRyder - 10.05.2011, 19:57

Forum Jump:


Users browsing this thread: 1 Guest(s)