[HELP] Open gate with a name [SOLVED]
#1

Hi,
I want to open a gate With my name not IfIsPlayerAdmin but with my name.
How Must that
Reply
#2

http://forum.sa-mp.com/index.php?topic=73987.0
Reply
#3

Quote:
Originally Posted by иєσz
Thanks i'll try it...

If anybody have something else post it please.
I don't understand INC's
Reply
#4

Anybody
Reply
#5

use strcmp :>
Reply
#6

Quote:
Originally Posted by Jefff
use strcmp :>
OMG, How? I don't know how to make it that's it


Yayy 100
Reply
#7

I Tried
if(!Name , ToD)
But it doesn't work
Reply
#8

Код:
new name[24];
for(new i=0; i < GetMaxPlayers(); i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInArea(i,...))
{
GetPlayerName(i,name,24);
if(!strcmp(name, "ToD", true)) {
MoveObject(...);
}}}}
??
Reply
#9

Quote:
Originally Posted by Jefff
Код:
new name[24];
for(new i=0; i < GetMaxPlayers(); i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInArea(i,...))
{
GetPlayerName(i,name,24);
if(!strcmp(name, "ToD", true)) {
MoveObject(...);
}}}}
??
Hmm thank you i'll try it
Reply
#10

Thank you Jefff Love ya lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)