Jump to content
  • 0

Warning


mR.KerigaN

Question

Nick: mR.KerigaN

Problema:  imi da niste warning..si nu stiu cum sa le fac..

Erori / warnings: C:\Users\C.I.P\Desktop\Reclame\X-ARENA\gamemodes\godfather.pwn(43) : warning 215: expression has no effect

C:\Users\C.I.P\Desktop\Reclame\X-ARENA\gamemodes\godfather.pwn(101) : warning 215: expression has no effect

Lini/script:  SendClientMessage(playerid,0,"Ai fost teleportat in LasVenturas");

SetPlayerPoss(playerid,25,2603.3767,1878.4918,10.8203,175.7315,0,0,0,0,0,0);

Ai incercat sa rezolvi singur ?: da..

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

public OnPlayerCommandText(playerid, cmdtext[])

{

if (strcmp("/lv", cmdtext, true, 10) == 0)

{

SendClientMessage(playerid,0xFFFFFFFF,"Ai fost teleportat in LasVenturas");

SetPlayerPoss(playerid,25,2603.3767,1878.4918,10.8203,175.7315,0,0,0,0,0,0);

return 1;

}

return 0;

}

Link to comment
Share on other sites

[tt] if (strcmp("/lv", cmdtext, true, 10) == 0)

{

SendClientMessage( playerid, 0xFFFFFFFF, "Ai fost teleportat in LasVenturas" );

SetPlayerPos( playerid, 25, 2603.3767, 1878.4918, 10.8203, 175.7315, 0, 0, 0, 0, 0, 0 );

return 1;

}

return 0;

}

[/tt]

Sterge ce ti-am am taiat eu si o sa-ti mearga.

7bdea99b11.png

rimmon curv.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.