Home
Forum
Rules
Search
Login
Register
January 15, 2025, 10:02:46 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Follow Soldat on Social Media
:
Facebook
,
Twitter
,
Reddit
Official Soldat Forums
Server Talk
Scripting Discussions and Help
(Moderators:
chrisgbk
,
Bonecrusher
)
little problem help
« previous
next »
Pages: [
1
]
Author
Topic: little problem help (Read 759 times)
0 Members and 1 Guest are viewing this topic.
addict
Major(1)
Posts: 19
little problem help
«
on:
October 14, 2007, 05:34:57 am »
procedure OnJoinGame(ID, Team: byte);
begin
do SayToPlayer(NametoID(Name),Commands: !blue !red !spec);
end;
-------------
Compiling ben2 -> ben2.pas...
ben2 -> [Error] (4:1): Identifier expected
Logged
Toumaz
Veteran
Posts: 1904
Re: little problem help
«
Reply #1 on:
October 14, 2007, 05:38:52 am »
...dare I recommend you taking some basic pascal tutorials before going any further?
Anyhow:
procedure OnJoinGame(ID, Team: byte);
begin
SayToPlayer(ID,'Commands: !blue !red !spec');
end;
Logged
Pages: [
1
]
« previous
next »
Official Soldat Forums
Server Talk
Scripting Discussions and Help
(Moderators:
chrisgbk
,
Bonecrusher
)
little problem help